Does anyone know if its possible to pass in http q...
# ingestion
h
Does anyone know if its possible to pass in http query parameters, or http headers into openapi ingestion recipe. Perhaps in forced_examples or elsewhere? Doesn't look like it from the code. e.g. GET http://host/api/products?afterEpochMs=1654610458&beforeEpochMs=1654613465
b
hey Cyril! i'm curious as to what your use case looks like for passing in query params?
h
Hey Chris, sorry it took me so long to respond. Basically, a lot of API's endpoints have required query parameters. We have somewhere around +20 openapi/swagger files to consume.
A lot of them are for beforeTime and afterTime to get event segments.