"""Zoho CRM API configuration."""
API_NAME = "ZohoCRM"
# Note: OpenAPI spec paths already include /crm/v8, so base URL should not
API_BASE_URL = "https://www.zohoapis.ca"
# The Dockerfile downloads this spec at build time, recursively resolves all external
# references (users.json, common.json, etc.), merges them into a single file, and
# validates the result with openapi-spec-validator
API_SPEC_URL = "https://raw.githubusercontent.com/zoho/crm-oas/refs/heads/main/v8.0/record.json"
AUTH_TYPE = "zoho"