Overview
Reference
The parameters of our client libraries.
Parameters use snake_case
in our client library for Python and camelCase
in JavaScript.
Parameter | Description | Required | Type | Default |
---|---|---|---|---|
client_id / clientId | Client ID for your application. Find it on the Setup instructions page for your app. | Yes | string | - |
env | Name of the environment, e.g. prod or dev . The environment will be automatically created in Apitally if it doesn’t exist. | No | string | default |
openapi_url / openApiUrl | Path to the API endpoint providing the OpenAPI specification, e.g. /openapi.json . Pre-configured for FastAPI. | No | string | - |
app_version / appVersion | The current version of your application, e.g. 1.0.0 . | No | string | - |
logger | A custom logger instance. If not provided, a default logger is created automatically. | No | object | - |