Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 910 Bytes

File metadata and controls

40 lines (25 loc) · 910 Bytes

REST API Docs

API for the PlayerToo applicaiton.

Open Endpoints

Open endpoints require no Authentication.

Board Game related

Get all games.

  • Games : GET /api/v1/games/

Get a specific game.

  • Game : GET /api/v1/games/:gameId

User related

Get all users.

  • Users : GET /api/v1/users/

Get a specific user.

  • User : GET /api/v1/users/:userId

Listing related

Get all listings.

Add a listing.

Edit a listing.

Remove a listing.

  • Listing : DELETE /api/v1/listings/:listingId

Get a specific listing.

  • Listing : GET /api/v1/listings/:listingId