-
Notifications
You must be signed in to change notification settings - Fork 0
API
Alexander Van Oyen edited this page Feb 20, 2024
·
27 revisions
We will probably be using swagger/openAPI for our API implementation.
Method | Endpoint | Description |
---|---|---|
DELETE | /user/{userid} | remove this user |
POST | /user | create a new user |
PUT | /user/{userid} | update user data |
Method | Endpoint | Description |
---|---|---|
GET | /{user_id}/subjects | request all user data |
GET | /{user_id}/subjects | request all subjects subscribed to |
GET | /{userid}/projects | request all projects |