FeatureFuel
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](

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests