{"note":"OpenAPI conversion -- returning structured metadata","name":"furkot-com","description":"Furkot Trips","version":"1.0.0","base_url":"https://trips.furkot.com/pub/api","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Furkot Trips\n@base https://trips.furkot.com/pub/api\n@version 1.0.0\n@auth OAuth2 | OAuth2\n@endpoints 3\n@toc trip(3)\n\n@endpoint GET /trip\n@desc list user's trips\n@returns(200) Successful response\n\n@endpoint GET /trip/{trip_id}/stop\n@desc list stops for a trip identified by {trip_id}\n@required {trip_id: str # id of the trip}\n@returns(200) Successful response\n\n@endpoint GET /trip/{trip_id}/skipped\n@desc list of skipped stops for a trip identified by {trip_id}\n@required {trip_id: str # id of the trip}\n@returns(200) Successful response\n\n@end\n"}