Fit-Ting API

Fit-Ting backend documentation is generated from the existing DRF Spectacular OpenAPI schema and published with Fern.

What is included

  • Guided pages for onboarding and authentication
  • Auto-generated API reference grouped by OpenAPI tags
  • Interactive request playground backed by the exported schema

Source of truth

The API reference in this site is generated from fern/openapi/openapi.yml.

Regenerate the schema after backend API changes:

$make export-schema

Then validate and preview the docs locally:

$cd fern
$fern check
$fern docs dev