@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Datasette API
@base https://datasette.io
@version v1
@endpoints 1
@toc content.json(1)

@endpoint GET /content.json
@required {sql: str, _shape: str}
@returns(200)
@errors {400, 500}

@end
