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

@endpoint GET /{year}/{month}.json
@required {year: any, month: any}
@returns(200)

@end
