@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api 
@base https://data.import.io/
@version 1.0
@endpoints 2
@toc extractor(2)

@endpoint GET /extractor/{extractorId}/json/latest
@required {extractorId: any}
@returns(200)
@errors {404, 401}

@endpoint GET /extractor/{extractorId}/csv/latest
@required {extractorId: any}
@returns(200)
@errors {404, 401}

@end
