Hoppscotch’s REST API platform provides you with a fast and seamless experience to test and debug your API endpoints. It’s primarily divided into two sections along with other features to help you build better APIs.Documentation Index
Fetch the complete documentation index at: https://docs.hoppscotch.io/llms.txt
Use this file to discover all available pages before exploring further.
Request
The request section provides you the capability to define your API endpoint and initiate the communication. You can select from a range of HTTP methods such asGET, POST, PUT etc. You can read more about HTTP methods in RESTful protocol.
You can also add dynamic behaviors to your requests by specifying Headers, Request Body, Authorization Headers, Parameters, and Pre-request scripts.
Hoppscotch also provides the capability to run Tests on the responses you receive.