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

@endpoint POST /extractor
@required {Schedule Request Body: map}
@returns(200)
@errors {404, 403, 401, 400}

@endpoint GET /extractor
@returns(200)
@errors {404, 401}

@endpoint DELETE /extractor/{extractorId}/
@required {extractorId: any}
@returns(200)
@errors {404, 403, 401}

@endpoint GET /extractor/{extractorId}/
@required {extractorId: any}
@returns(200)

@end
