Adding API documentation #56
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The API needs to be documented, e.g. using Swagger.
We can use this repo as inspiration. It uses a YAML file (There's several in this repo, but the idea is the same) to describe the API, according to the OpenAPI 3.0 Spec.
This looks like a good tutorial. We can also look at Swagger, a popular alternative.