Add support for dynamic resolution for query_params in custom ocean integration
B
Benoit MENARD
We need to export from API endpoint, but the API endpoint support mainly query_parameter instead of path_parameter.
We need for example to do https://example.com/api/test?project={project} where {project} is fetch by a previous call
We want to be able to read the {project} from another endpoint, the same that can be done with path_parameters.