docs(readme): defined a few api endpoints
This commit is contained in:
parent
9d4cd2e146
commit
9076a2761a
11
README.md
11
README.md
|
@ -14,10 +14,19 @@ export SMTP_PASSWORD=password
|
||||||
```
|
```
|
||||||
|
|
||||||
## Implementation Status
|
## Implementation Status
|
||||||
- `/accounts`
|
- `/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
|
||||||
|
- [ ] `/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)
|
Loading…
Reference in New Issue