API Functions - MobileApps-Cascadia/campus-directions-ios GitHub Wiki
Campus Directions run on the HTTP RESTful API for reading data from the DynamoDB tables, QR_CODES and BUILDINGS. More specifically, Campus Directions uses AWS API Gateway and AWS Lambda to call the API functions.
QR_CODES Table
GET /qr --> RETURNS ALL QRCODES
GET /qr/{id} --> RETURNS SINGLE QRCODE
BUILDINGS Table
GET /building --> RETURNS ALL BUILDINGS
GET /building/{id} --> RETURNS SINGLE BUILDING
(Note: If you would like access to this API please contact one of the app developers).