Showing posts with label API Client. Show all posts
Showing posts with label API Client. Show all posts

Friday, July 16, 2021

how to access FastAPI swagger UI from local development?

 It is super cool that FastAPI did provide the Swagger UI without any configuration. after I compile and launch the backend application. then I can use the following link to access the swagger.

http://localhost:8000/docs/ 







we can perform our test within this swagger, instead of using any API Client software.

Saturday, June 26, 2021

A lightweight API Client for web api development

 Postman is a well know API client for web development, it provide us with rich feature for us to test and debug the web api application.

here is another lightweight one and simple UI for api development. it is light, fast and handy for web api development.

you can grab a copy for windows environment

https://insomnia.rest/download