We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement 2 endpoints
POST /query
req: { query:””, limit: N } res: { meta:{..table headers..}, data:[row,...,], status:{ elapsed, error/warning } }
No streaming yet. Include UAST -> JSON conversion.
GET /tables
res: same
And two more endpoints as just a mocks
POST /parse
req: { code: “”, filter: “” } res: { uast: “”, status: {} }
POST /filter
req: {} //need to include a binary PB res: { uast: “”, status {} }
The text was updated successfully, but these errors were encountered:
carlosms
No branches or pull requests
Implement 2 endpoints
POST /query
No streaming yet. Include UAST -> JSON conversion.
GET /tables
And two more endpoints as just a mocks
POST /parse
POST /filter
The text was updated successfully, but these errors were encountered: