@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Medcorder Nearby Doctor API
@base https://api.medcorder.com
@version 1.0.0
@endpoints 1
@toc doctors(1)

@endpoint GET /doctors
@desc Fetch a list of nearby medical providers
@optional {search: any # The search text so far for autocomplete, latitude: any # The latitude of the client, around which to search, longitude: any # The longitude of the client, around which to search, limit: any # The number of results desired}
@returns(200) A list of doctors

@end
