docs(readme): defined a few api endpoints

This commit is contained in:
antifallobst 2023-08-18 00:44:08 +02:00
parent 9d4cd2e146
commit 9076a2761a
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 11 additions and 2 deletions

View File

@ -14,10 +14,19 @@ export SMTP_PASSWORD=password
```
## Implementation Status
- `/accounts`
- `/account`
- [X] `/register` - POST
- [X] `/verify` - POST
- [X] `/authenticate` - POST
- [X] `/delete` - DELETE
- [X] `/tokens` - DELETE
- [X] `/tokens` - GET
- [X] `/tokens` - GET
- [ ] `/follow` - DELETE (not designed yet)
- [ ] `/info` - GET (not designed yet)
- `/user/{username}`
- [ ] `/info` - GET (not designed yet)
- [ ] `/follow` - POST (not designed yet)
- `/project`
- [ ] `/create` - POST (not designed yet)
- [ ] `/info` - GET (not designed yet)
- [ ] `/join` - POST (not designed yet)