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
|
## Implementation Status
|
||||||
- `/account`
|
- `/account`
|
||||||
- [X] `/register` - POST
|
- [X] `/register` - POST
|
||||||
- [X] `/verify` - POST
|
- [X] `/verify` - POST
|
||||||
- [X] `/authenticate` - POST
|
- [X] `/authenticate` - POST
|
||||||
- [X] `/delete` - DELETE
|
- [X] `/delete` - DELETE
|
||||||
- [X] `/tokens` - DELETE
|
- [X] `/tokens` - DELETE
|
||||||
- [X] `/tokens` - GET
|
- [X] `/tokens` - GET
|
||||||
- [ ] `/follows` - GET
|
- [ ] `/follows` - GET
|
||||||
- [ ] `/followers` - GET
|
- [ ] `/followers` - GET
|
||||||
- `/user/{username}`
|
- `/user/{username}`
|
||||||
- [ ] `/info` - GET
|
- [ ] `/info` - GET
|
||||||
- [ ] `/follow` - POST
|
- [ ] `/follow` - POST
|
||||||
- [ ] `/follows` - GET
|
- [ ] `/follows` - GET
|
||||||
- [ ] `/followers` - GET
|
- [ ] `/followers` - GET
|
||||||
- [ ] `/projects` - GET
|
- [ ] `/projects` - GET
|
||||||
- `/project`
|
- `/project`
|
||||||
- [ ] `/create` - POST
|
- [ ] `/create` - POST
|
||||||
- `/{projectname}`
|
- `/{projectname}`
|
||||||
- [ ] `/info` - GET
|
- [ ] `/info` - GET
|
||||||
- [ ] `/join` - POST
|
- [ ] `/join` - POST
|
||||||
|
|
||||||
## Endpoints
|
## Endpoints
|
||||||
### `/account/register` - POST
|
### `/account/register` - POST
|
||||||
|
|
Loading…
Reference in New Issue