joeoneil / conditional-backend

Actix backend for conditional rewrite
2 stars 0 forks source link

API: /housing #8

Closed joeoneil closed 11 months ago

joeoneil commented 11 months ago

Housing view / maintenance routes 6 Routes


GET /points/{user} accessible to all members

Gets a user's current housing points


GET /room/{user} accessible to all members

Gets a user's current room


GET /room accessible to all members

Gets all rooms on floor, and the users who live in them


PUT /room accessible to evals director

Updates who lives in each room


GET /queue acessible to all users

Gets the current housing queue information


PUT /queue accessible to evals director

Modifies the current housing queue

Qelxiros commented 11 months ago

This is beyond the scope of this service.