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

@endpoint GET /taunt/categories
@optional {start: int(integer), limit: int(integer)}
@returns(200)
@errors {401}

@endpoint GET /taunt/generate
@required {category: str(string)}
@optional {limit: int(integer)}
@returns(200)
@errors {401}

@end
