docs(api): added endpoint overview
This commit is contained in:
parent
00279afbaa
commit
311df362a1
|
@ -0,0 +1,16 @@
|
||||||
|
# ICRC API
|
||||||
|
|
||||||
|
## Endpoint overview
|
||||||
|
|
||||||
|
- /account
|
||||||
|
- [X] `POST` /register
|
||||||
|
- [ ] `POST` /auth
|
||||||
|
- [ ] `POST` /delete
|
||||||
|
- [ ] `GET` /blob
|
||||||
|
- [ ] `POST` /blob
|
||||||
|
- /invite
|
||||||
|
- [X] `POST` new
|
||||||
|
- /relay
|
||||||
|
- [ ] `POST` /create
|
||||||
|
- [ ] `POST` /join
|
||||||
|
- [ ] `POST` /leave
|
Loading…
Reference in New Issue