These are API comments for the Hungry API Endpoint.
Most are done using Flask.
Where full URLs are provided in responses they will be rendered as if service is running on 'http://testserver/'.
Open endpoints require no Authentication.
- Login :
POST /api/login_method/
- Get Next Card :
POST /api/get_next_card/
- Swipe Card :
POST /api/swipe_card/
- Swipe Card and get ID :
POST /api/swipe_andgetID/
- Phone Call :
POST /api/place_phoneCall/
None currently.