|
@@ -40,6 +40,7 @@ For tests:
|
|
|
Endpoints for viewing and manipulating the Parking Lots and park cars.
|
|
Endpoints for viewing and manipulating the Parking Lots and park cars.
|
|
|
|
|
|
|
|
- [Show Accessible Parking Lots](docs/get.md) : `GET /parking_lot`
|
|
- [Show Accessible Parking Lots](docs/get.md) : `GET /parking_lot`
|
|
|
|
|
+
|
|
|
- [Create Parking Lot](docs/get.md) : `POST /parking_lot`
|
|
- [Create Parking Lot](docs/get.md) : `POST /parking_lot`
|
|
|
- [Delete a Parking Lot](docs/delete.md) : `DELETE /parking_lot/{parkingLotId}`
|
|
- [Delete a Parking Lot](docs/delete.md) : `DELETE /parking_lot/{parkingLotId}`
|
|
|
- [Display a Parking Lot](docs/getid.md) : `GET /parking_lot/{parkingLotId}`
|
|
- [Display a Parking Lot](docs/getid.md) : `GET /parking_lot/{parkingLotId}`
|