Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 351 Bytes

File metadata and controls

16 lines (10 loc) · 351 Bytes

Development

Setup

  • Install Poetry: pipx install poetry
  • Install dependencies: poetry install
  • Install OpenAPI Generator (on macOS: brew install openapi-generator)
  • Run tests: poetry run pytest

Generating

  1. Run scripts/generate.sh.

Publishing

Run the "Publish" GitHub Actions workflow.