@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api TimesTags API
@base http://api.nytimes.com/svc/suggest/v1
@version 1.0.0
@auth ApiKey api-key in query
@endpoints 1
@toc timestags(1)

@endpoint GET /timestags
@required {query: any}
@optional {filter: any, max: any}
@returns(200)

@end
