Adding API documentation #56
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#56
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.