influxdb/influxdb3_server
Trevor Hilton 2febaff24b
feat: support query parameters (#24804)
feat: support query parameters

This adds support for parameters in the /api/v3/query_sql
and /api/v3/query_influxql API

The new parameter `params` is supported in the URL query string
of a GET request, or in the JSON body of a POST request.

Two new E2E tests were added to check successful GET/POST as well
as error scenario when params are not provided for a query string
that would expect them.
2024-03-23 10:41:00 -04:00
..
src feat: support query parameters (#24804) 2024-03-23 10:41:00 -04:00
Cargo.toml feat: support v1 query API (#24746) 2024-03-15 13:38:15 -04:00