Api Testing

17th June 2020

What is Postman, and Why Should I Use It?

video animation company junagadh Postman is a great tool when trying to dissect RESTful APIs made by others or test ones you have made yourself. It offers a sleek user interface with which to make HTML requests, without the hassle of writing a bunch of code just to test an API’s functionality. Let’s say I wanted to make a GET request against a fan-made API for the video game Hearthstone to search for cards with “archer” in their name. If I wanted to test a GET request against this route without using Postman—instead actually writing out code in something like Flask—I would […]