Skip to content

Hamdan-Khan/API-Playground

Repository files navigation

API Playground

API Playground is a utility tool built with React.js that allows you to make HTTP requests and interact with APIs. It provides a user-friendly interface to modify the request's body, query parameters, headers, and authentication options, and displays the corresponding response.

Link to API Playground

Alt Text

Features

  • Make (GET/POST/DELETE/PUT/PATCH) HTTP requests to APIs and display the reponse in JSON format

Response in JSON

  • Customize request body and query parameters

Request Body

Request Query parameters

  • Set the headers and send Basic Authentication or Bearer Token

Request Headers

Basic Authentication or Bearer Token

Contributions

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create a new issue or submit a pull request.