docs(api): fixed indention in implementation status
This commit is contained in:
parent
9c36130955
commit
ec41a8c9c6
34
API.md
34
API.md
|
@ -5,25 +5,25 @@ The token for this can be aquired using the `/account/authenticate` endpoint.
|
|||
|
||||
## Implementation Status
|
||||
- `/account`
|
||||
- [X] `/register` - POST
|
||||
- [X] `/verify` - POST
|
||||
- [X] `/authenticate` - POST
|
||||
- [X] `/delete` - DELETE
|
||||
- [X] `/tokens` - DELETE
|
||||
- [X] `/tokens` - GET
|
||||
- [ ] `/follows` - GET
|
||||
- [ ] `/followers` - GET
|
||||
- [X] `/register` - POST
|
||||
- [X] `/verify` - POST
|
||||
- [X] `/authenticate` - POST
|
||||
- [X] `/delete` - DELETE
|
||||
- [X] `/tokens` - DELETE
|
||||
- [X] `/tokens` - GET
|
||||
- [ ] `/follows` - GET
|
||||
- [ ] `/followers` - GET
|
||||
- `/user/{username}`
|
||||
- [ ] `/info` - GET
|
||||
- [ ] `/follow` - POST
|
||||
- [ ] `/follows` - GET
|
||||
- [ ] `/followers` - GET
|
||||
- [ ] `/projects` - GET
|
||||
- [ ] `/info` - GET
|
||||
- [ ] `/follow` - POST
|
||||
- [ ] `/follows` - GET
|
||||
- [ ] `/followers` - GET
|
||||
- [ ] `/projects` - GET
|
||||
- `/project`
|
||||
- [ ] `/create` - POST
|
||||
- `/{projectname}`
|
||||
- [ ] `/info` - GET
|
||||
- [ ] `/join` - POST
|
||||
- [ ] `/create` - POST
|
||||
- `/{projectname}`
|
||||
- [ ] `/info` - GET
|
||||
- [ ] `/join` - POST
|
||||
|
||||
## Endpoints
|
||||
### `/account/register` - POST
|
||||
|
|
Loading…
Reference in New Issue