Skip to content
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

http://localhost/areas?format=json <-- Do you want straight up

http://locahost/areas?callback=callbackFunction <-- For Angular

####Getting a single area

http://localhost/areas/:id

http://localhost/areas/:id?format=json

http://localhost/areas/:id?callback=callbackFunction

###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

http://localhost/dooraccess

####Door Access by Member ID

http://locahost/dooraccess/:id

Clone this wiki locally