Basic Information

appmixer.github.list.MakeApiCall

1.0.0

Public

Generic method for making API calls to GitHub API.

Input Ports

in

FieldTypeDescription
API Endpoint URL text Enter the API endpoint path relative to https://api.github.com (for example /user) or provide a full URL.
HTTP Method select Select the HTTP method for the API call.
Request Body textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).
Request Headers key-value Optional additional request headers.
Query Parameters key-value Optional query parameters.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata