Add support for nested query parameters
Haim Natan
Using the custom ocean integration, we want to get jfrog repositories that require a query parameter to be populated as a nested Endpoint.
This want to query https://jfrog-platform.eu.aws.rccad.net/artifactory/api/repositories?project={project}
We want to have the ability to get the project from another endpoint just like we are doing on the nested endpoint path parameters.
M
Maya Margalit
Merged in a post:
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.