@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api UUID Generation API
@base https://api.fungenerators.com
@version 1.5
@auth ApiKey X-Fungenerators-Api-Secret in header
@endpoints 3
@toc uuid(3)

@endpoint GET /uuid
@optional {limit: int(integer)}
@returns(200)
@errors {401}

@endpoint POST /uuid
@required {uuidstr: str(string)}
@returns(200)
@errors {401}

@endpoint GET /uuid/version/{version}
@required {version: int(integer)}
@optional {limit: int(integer), type: str(string), text: str(string)}
@returns(200)
@errors {401}

@end
