@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 /
@required {ward: any, division: any}
@optional {callback: any}
@returns(200)

@end
