Complicated as it may sound, creating a basic API service is actually quite easy . Snippet below defines an API service using Python and Flask that allows everyone to retrieve a predefined list of users: If you are merely prototyping, such a basic API service would suffice.
Read moreDoes swagger have an API?
Use Swagger UI to generate interactive API documentation that lets your users try out the API calls directly in the browser.
Read moreHow do I create a REST API document?
6 Tips for Documenting RESTful APIs
Read moreHow do I publish a swagger API?
Publish an API version
Read moreHow do you write API?
Create a simple API
Read more