Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 2.15 KB

reference.mdx

File metadata and controls

17 lines (15 loc) · 2.15 KB
title description
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.<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 -