Overview
TheGeneralClient provides access to general utility endpoints, including the OpenAPI specification.
Initialization
Access the general client through the mainClient instance:
Methods
get_open_api_spec()
Retrieves the full OpenAPI Specification in JSON format.This method takes no parameters.
GetOpenApiSpecResponse - The OpenAPI specification document
Example:
Authentication
The general endpoints support:- Bearer Token (App-only)
- OAuth 2.0 User Context