This repository contains the source of https://api.docs.flare.io.
make runwill start the docs.make lintwill find errors.make formatwill format python code.make api-generate-allwill generate new OpenAPI files and endpoint pages.
General
python: This repository contains a.python-versionfile for pyenv. Use it withpyenv local.node: This repository contains a.nvmrcfile for nvm. Use it withnvm use.uv: https://docs.astral.sh/uv/
openapi-generator
You will need openapi-generator in order to generate the OpenAPI files.
On macOS, install with:
brew install openapi-generator
For Linux, see: https://openapi-generator.tech/docs/installation/
Just push to this repository.