This project contains the OpenAPI schema for the Basecamp API and a generated SDK for Python.
The OpenAPI schema is located in the schema directory. The schema is written in YAML and is based on the Basecamp API documentation
The SDK is generated using the OpenAPI Generator
To generate the SDK, first install the OpenAPI Generator CLI
npm install @openapitools/openapi-generator-cli -gThen run the following command to generate the Python SDK
./bin/generate_python_sdk.sh