-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Grove edited this page Dec 1, 2013
·
4 revisions
#Welcome to the hackerTracker wiki!
##Basic API Commands
###Areas, Items, Tickets, and Caveats Getting Areas, along with all of their information is currently very simple. Request an area and get all of the information associated with it. Currently this is only run locally so the url structure is localhost based ####Getting all of the Areas
http://localhost/areas?format=json <-- Do you want straight up
http://locahost/areas?callback=callbackFunction <-- For Angular
####Getting a single area
###Door Access If you use the door api and accompying code from Waterbury and connect the arduino to the server via Serial, door access is logged into postgres and is available via the API. ####All door access
####Door Access by Member ID