api/docs
antifallobst 2d7091f5d8
feat(api): implemented anonymized account deletion reasons
2023-08-20 15:32:31 +02:00
..
account docs(api): designed account deletion reason field in emdpoint 2023-08-19 00:01:43 +02:00
project docs(api): designed account (de)activation 2023-08-18 23:49:41 +02:00
user docs(api): added information about the users role in a project to the /user/projects endpoint 2023-08-19 00:05:53 +02:00
README.md feat(api): implemented anonymized account deletion reasons 2023-08-20 15:32:31 +02:00

README.md

API

All API endpoints are accessible with this base URL: https://api.nerdcult.net/. Some API endpoints require an Authorization HTTP header. The token for this can be aquired using the /account/authenticate endpoint.

Implementation Status

  • /account
    • /register
    • /verify
    • /authenticate
    • /delete
    • /tokens
    • /tokens
    • /follows
    • /followers
    • /deactivate
    • /activate
  • /user/
    • /info
    • /follow
    • /follows
    • /followers
    • /projects
  • /project
    • /create
    • /info
    • /join

TODO

  • Password checking on registration
  • usage examples
  • account bound rate limit