-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Multiple Collections Support #7
Comments
Thoughts:
|
The thought of storing each workspace in a separate file seems easy enough. The plugin could potentially simply store each workspace in a We could modify the providers to accept a workspace name and then modify the pushWorkspace function in models.workspace.name+'-insomnia.json' But for the pullWorkspace method, would have to loop through every file in a repository and see if it ends with '-insomnia.json' and only pull those files (to keep from just pulling down random files). Taking this route would effectively eliminate the need to configure the workspace file name from the user; However, this could cause issues if people want to store the requests in the same repository as a corresponding project with a standard name. |
Hi! I'm having the same issue, currently working around it by changing the config file name manually, but it triggers a frontend reload every time. My +1, will try to review the code and find a solution. |
I have many collections, to keep all my API work organised.
If i configure my Zabbix collection to save to file Zabbix.json
I would expect to be able to go into my MessageNet collection and configure that to save to a different file. But currently its tries to save it to Zabbix.json as well.
If I change the form to say MessageNet.json in the MessageNet collection, then the Zabbix collection also starts saving to MessageNet.json
The text was updated successfully, but these errors were encountered: