@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Top Stories
@base http://api.nytimes.com/svc/topstories/v2
@version 2.0.0
@auth ApiKey api-key in query
@endpoints 1
@toc {section}.{format}(1)

@endpoint GET /{section}.{format}
@required {section: any, format: any}
@optional {callback: any}
@returns(200)

@end
