Make jetclient request global over different repo's #40
Answered
by
AntonShuvaev
tiboleemans
asked this question in
Q&A
|
Is it possible to make the JetClient collection global across different repositories, like the databases in IntelliJ. I suppose these collections are scoped by repo because they can be managed by the git repo. But it would be very usefull to use them across IntelliJ globally. |
Answered by
AntonShuvaev
Oct 26, 2023
Replies: 1 comment
|
Thank you for the suggestion! This is a good idea, and I'll consider adding it in future releases. As a workaround, you can manually copy the .idea/JetClient folder from one project and paste it into another to transfer the request collection from one project to another. |
0 replies
Answer selected by
tiboleemans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the suggestion! This is a good idea, and I'll consider adding it in future releases.
As a workaround, you can manually copy the .idea/JetClient folder from one project and paste it into another to transfer the request collection from one project to another.