@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Betfair: Exchange Streaming API
@base http://stream-api.betfair.com:443/api
@version 1.0.1423
@endpoints 1
@toc request(1)

@endpoint POST /request
@desc This is a socket protocol delimited by CRLF (not http)
@required {RequestMessage: any # Requests are sent to socket}

@end
