2
Allow to upload multiple json at a time when uploading configurations to insomnia
Source: Kong/insomnia#3573 · opened by @SimonGodefroid
Is your feature request related to a problem? Please describe.
So I have 20 endpoints documented in RAML and I want my users to be able to use Insomnia to make API calls.
I used a script to download all the .raml and I use a parser to convert from RAML 1.0 to OAS3.
When the users are going to use our APIs they will have to import 20 times a json file by going to import/export and click on a json file and then move on to the next one and so on.
Describe the solution you'd like
I'd like for users to be able to import several json files in one go so instead of having to upload each file manually.
If the requests do not have a tags property they should all be siblings.
Describe alternatives you've considered
I tried to write my configurations as an array of json configurations but it did not work.
A script would be nice as well not necessarily a GUI.
Additional context
Here
![image](
I have to do this 20 times...
![image](
So I have 20 endpoints documented in RAML and I want my users to be able to use Insomnia to make API calls.
I used a script to download all the .raml and I use a parser to convert from RAML 1.0 to OAS3.
When the users are going to use our APIs they will have to import 20 times a json file by going to import/export and click on a json file and then move on to the next one and so on.
Describe the solution you'd like
I'd like for users to be able to import several json files in one go so instead of having to upload each file manually.
If the requests do not have a tags property they should all be siblings.
Describe alternatives you've considered
I tried to write my configurations as an array of json configurations but it did not work.
A script would be nice as well not necessarily a GUI.
Additional context
Here
![image](
I have to do this 20 times...
![image](
No pledges yet. Be the first to back this.
Comments
Similar requests
How to avoid Error: failed to find workspace while running inso CLI?
1 vote · 0 comments
Programmatically export data
1 vote · 0 comments
Environment tree
2 votes · 0 comments
HTTPS support in Insomnia Designer in Design mode
2 votes · 0 comments
Feature Request: Add --json support to "Import from cURL"
1 vote · 0 comments
No comments yet.