Devlog 01
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.
What’s New
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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.