Right side

Overview

The right side contains all the configuration for the request, and options for using the method as a logic patch in patchwork.

th

Here’s what each section does:

  • Name & URL: Defines the unique method name and the API endpoint URL for the request.

  • Type: Specifies the HTTP method type (GET, POST, etc.) for the API request.

  • Body: Configures the request’s payload, showing its structure for methods requiring a body (e.g., POST requests).

  • Inputs: Enables configuration of request parameters like name, type, and required data inputs.

  • Headers: Allows setting up key-value pairs for request headers such as Authorization tokens.

  • Output: Defines the response mapping, specifying how fields in the API response are handled and displayed.

  • Response Handling: Helps define how specific HTTP status codes (success or error) are handled within the app.

  • Storage: Provides a way to store response data for later use within the app.