Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 398 Bytes

Plume API

Fetch studios and rooms counts per place

  • Endpoint: GET /counts
  • Response:
{
    "campusCount": 0,
    "piletRenaudCount": 0,
    "studentsPlace4UCount": 0
}

Get complete studios and rooms list (not implemented yet)

  • Endpoint: GET /{place}/rooms (place can be campus, pilet-renaud, studentsplace4u).
  • Response:
[RoomData, RoomData, StudioData]