@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Furkot Trips
@base https://trips.furkot.com/pub/api
@version 1.0.0
@auth OAuth2 | OAuth2
@endpoints 3
@toc trip(3)

@endpoint GET /trip
@returns(200)

@endpoint GET /trip/{trip_id}/stop
@required {trip_id: str}
@returns(200)

@endpoint GET /trip/{trip_id}/skipped
@required {trip_id: str}
@returns(200)

@end
