splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
392 stars 9 forks source link

Enable passing query as a path parameter in the GET endpoint #402

Closed gruuya closed 1 year ago

gruuya commented 1 year ago

This is in addition to the previously supported options of using the request body or a special X-Seafowl-Query header as mediums to send the query, but this particular approach is a bit more user-friendly (no need to calculate/supply the query hash).

Closes #55.