Skip to content

codasite/basecamp-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basecamp OpenAPI Schema and SDK

This project contains the OpenAPI schema for the Basecamp API and a generated SDK for Python.

OpenAPI Schema

The OpenAPI schema is located in the schema directory. The schema is written in YAML and is based on the Basecamp API documentation

SDK

The SDK is generated using the OpenAPI Generator

Development

To generate the SDK, first install the OpenAPI Generator CLI

npm install @openapitools/openapi-generator-cli -g

Then run the following command to generate the Python SDK

./bin/generate_python_sdk.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published