Skip to content

MEND-SF/reservations

Repository files navigation

reservations

CRUD API

Create: User (userId) makes a reservation for listing (roomId)

  • POST /api/reservations/:roomId/:userId
    • Content-Type: 'application/json'

Read/Retrieve: Gets all reversations under listing (roomId)

  • GET /api/reservations/:roomId
    • Content-Type: 'application/json'

Update: Change reversation (reservationId)

  • PUT /api/reservations/:reservationId
    • Content-Type: 'application/json'

Delete: Delete reversation (reservationId)

  • DELETE /api/reservations/:reservationId
    • Content-Type: 'application/json'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages