Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This README is to document the API' that have been implemented and/or will be implemented:
1) To check the parking status of all garages:
/parking/
2) Users check out:
/ucheckout/?user=username
3) Guests check out:
/gcheckout/?g=garagename&s=spacenumber
4) Users check in:
/ucheckin/?user=username&g=garagename&s=spacenumber&h=hours
5) Guests check in:
/gcheckin/?p=paymenttype&g=garagename&s=spacenumber&h=hours
6) Calculate cost:
/pricing/?psi=ParkingSpaceIdentifier&h=hours
7) Show parking rates information:
/pricing/?detail
DISCLAIMER:
1) I have not yet checked for corner cases nor handle conflicting requests!!!
2) No Authorization and Authentication yet!!!