diff --git a/API.md b/API.md index 06e952f..3b93ae7 100644 --- a/API.md +++ b/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