@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Name Generation API
@base https://api.fungenerators.com
@version 1.5
@auth Bearer bearer
@endpoints 2
@toc name(2)

@endpoint GET /name/categories
@optional {start: any, limit: any}
@returns(200)
@errors {401}

@endpoint GET /name/generate
@required {category: any}
@optional {suggest: any, start: any, limit: any, variation: any}
@returns(200)
@errors {401}

@end
