@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Polling Places API
@base http://api.phila.gov/polling-places/v1
@version 1.0
@endpoints 1
@toc root(1)

@endpoint GET /
@desc Get Polling Places Data
@required {ward: any # Ward Number, division: any # Division Number}
@optional {callback: any # Optional parameter for jsonp support.}
@returns(200) An array containing the polling place

@end
