20 lines
665 B
Markdown
20 lines
665 B
Markdown
|
# API Endpoints
|
||
|
|
||
|
**Disclaimer**:
|
||
|
ICRC is currently work in progress. This means, that not all endpoints are implemented yet. An overview, which API
|
||
|
endpoints are currently implemented can be found in [this](https://git.nerdcult.net/antifallobst/icrc-server/issues/2)
|
||
|
tracking issue. Further, the specific design of endpoints can be subject to change, while the project is still under
|
||
|
rapid development.
|
||
|
|
||
|
This directory represents the API structure. Every endpoint has its own file and for every URL subdirectory there is a
|
||
|
directory.
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
- /account
|
||
|
- /register - POST
|
||
|
- /auth - POST
|
||
|
- /invite
|
||
|
- new - POST
|
||
|
- /relay
|
||
|
- /create - POST
|