Allow to upload multiple json at a time when uploading configurations to insomnia #3573
Unanswered
SimonGodefroid
asked this question in
Ideas
Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
I have to do this 20 times...
Beta Was this translation helpful? Give feedback.
All reactions