The projects are based on RESTful APIs (Representational State Transfer APIs) which are widely used to exchange information between systems.In RESTful APIs data is transferred in JSON format to ensure easy and efficient communication.All API interactions and testing for the projects are carried out using Postman.
Projects Name | Description | Projects Link |
---|---|---|
World Population API | A dummy API created with JSON Data where GET,POST,PUT,PATCH,DELETE Requests are performed to validate the API functionality | |
Books API | Books API allows user to perform operations on book orders and book lists where API chaining and data driven testing is performed to validate those operations performance | |
Spotify Web API | It is a collection of Spotify web APIs where multiple JavaScript test assertions were performed in pre-requests and post-requests script on collection,folder and request level in Postman to validate all the APIs functionality | |