The Endpoint
- 1 Devlogs
- 1 Total hours
A Postman inspired API testing tool.
A Postman inspired API testing tool.
I created this API testing tool inspired by POSTMAN a year ago and then left it abandoned. But now, I decided to add more features in it.
I have now added Headers support! You can now send custom headers (like Content-Type or Authorization) along with your request body when making API calls.
It was a bit challenging to handle dynamic input fields to enter headers, but I managed to solve this problem by using .map() method to render them dynamically.