mirror of
https://github.com/evroon/bracket.git
synced 2026-01-01 10:40:43 -05:00
Use https://github.com/shuding/nextra and https://github.com/leoMirandaa/shadcn-landing-page instead of Docusaurus.
17 lines
551 B
Plaintext
17 lines
551 B
Plaintext
---
|
|
title: API
|
|
---
|
|
|
|
# API
|
|
|
|
Bracket has a REST API powered by FastAPI. The frontend sends requests to this API to the backend.
|
|
The backend then does the actual processing (usually by querying the database).
|
|
For normal usage of Bracket, you most likely don't need to use the API.
|
|
Only in case you want to manipulate the state of Bracket via scripts/
|
|
|
|
The API specification is publicly available. FastAPI serves it in two versions,
|
|
choose whatever you like best:
|
|
|
|
- [ReDoc](https://api.bracketapp.nl/redoc)
|
|
- [Swagger UI](https://api.bracketapp.nl/docs)
|