Description
Summary
Adding functionality to import existing Postman collection into appsmith as a REST API.
The existing Api builder form can be used to populate all the data from POSTMAN.
Helps to speed up things when the tool is used for organisations' which host their API's collection on postman and wants to integrate with appsmith
Motivation
I was looking into appsmith as a way to provide live data insights to non-technical staff for my organisation, in turn reducing some of the debugging/support requests.
I was going through tutorials on how to connect with MySql and Rest API.
MySql is a good option, but an API gives me more power to get data from backend.
At my organisation we have a collection on POSTMAN.
When I tried setting it up, I was stumped just by the thought of adding each API into appsmith from POSTMAN.
And therefore, got an IDEA of automatically integrating collection from POSTMAN.