title | description |
---|---|
Reference |
The parameters of our client libraries. |
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.<div style={{ marginTop: "0.5rem" }}>Learn more |
No | string |
- |
app_version / appVersion |
The current version of your application, e.g. 1.0.0 .<div style={{ marginTop: "0.5rem" }}>Learn more |
No | string |
- |
logger |
A custom logger instance. If not provided, a default logger is created automatically. | No | object |
- |