feat: rebuild work queue api with fastapi and postgres
Some checks failed
ci / build-test-push (push) Failing after 1m42s
Some checks failed
ci / build-test-push (push) Failing after 1m42s
This commit is contained in:
20
docs/api-reference.md
Normal file
20
docs/api-reference.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# API Reference
|
||||
|
||||
## Projects
|
||||
- `POST /projects`
|
||||
- `GET /projects`
|
||||
- `GET /projects/{id}`
|
||||
- `PATCH /projects/{id}`
|
||||
|
||||
## Work
|
||||
- `POST /work`
|
||||
- `GET /work`
|
||||
- `GET /work/{id}`
|
||||
- `PATCH /work/{id}`
|
||||
- `DELETE /work/{id}`
|
||||
|
||||
## Monitoring
|
||||
- `GET /work?status=in_progress`
|
||||
- `GET /work?status=blocked`
|
||||
- `GET /work?status=failed`
|
||||
- `GET /work?status=completed&since=<ts>`
|
||||
Reference in New Issue
Block a user