869 B
869 B
analyze-api-source: <product_name> <endpoint_name> <parameter_name>
Analyze source code in the specified repo to determine:
- HTTP method and endpoint path
- Parameters for the given endpoint
- Whether the specified parameter is supported for the given API endpoint
- Parameter format, valid values, and default behavior
- Any limitations or quirks of the parameter
For product InfluxDB 3 Core and Enterprise, Search repo influxdata/influxdb Search through:
- HTTP endpoint handlers in influxdb3_server/src/http/
- Parameter structs and deserialization
- Request routing and processing logic
- Type definitions in influxdb3_types/src/
In the output, provide:
- Comparison across v1, v2, and v3 API compatibility
In the output, provide: Concrete examples of endpoint and parameter usage Cite specific source code locations.