Skip to content

avinash-chandravansi/Simple-RestAPI-Tester

Repository files navigation

Simple-Rest-API-Tester

Simple User friendly API Tester for beginner level devlopers #######################################################################################

This software uses Node.js and Electron framework to deliver a simple interface to test your REST API. It provide CRUD functionality along with the capability to add header , payload and params for the target request. It is very ideal for early stage API devlopers.

It is a standalone application and can be run directly without any prior installation.

Steps to use this application

Step : 1 => Launch "APITester.exe" after extracting the files.

Step : 2 => (Optional Step) Click on "Allow access" to make the application be able to make server request. (It is one time permission)

1

Step : 3 => You will see the following screen at application startup.

image

Step : 4 => Enter the target URL along with the request method from the dropdown list.

image

Step : 5 => Now if you want to set request header , body or params , you can mention it as shown in the image below. Of course this is an optional steps.

image

Step : 6 => Now click on "Make Request" to see the result.

If the request completed successfully , you will see the below output.

image

If the request fails , you will get the error output along with the required error details to make the troubleshooting easier.

image

Below error occours either due to wrong URL or due to issue with the host system server.

image

Note

Always click on "Reset Button" before making any new request or when you see any strange output.

This project is made from scratch and can have many issues , Feel free for any query or suggestion .

Regards
Avinash Chandravansi
https://avinash-chandravansi.github.io

Releases

No releases published

Packages

No packages published

Languages