We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extend-body.path
**How do I load a dynamic file based on the endpoint parameter (URI)?
Today there is no support for making the file path dynamic.
Is there an intense list of Pokémon (or anything):
- endpoint: method: GET path: /pokemon/:name response: status: 200 headers: Content-Type: application/json external-body: provider: json path: https://pokeapi.co/api/v2/pokemon/{{path-params.name}}
URI's:
/pokemon/kabuto
/pokemon/marowak
/pokemon/cubone
/pokemon/armaldo
The text was updated successfully, but these errors were encountered:
avelino
Successfully merging a pull request may close this issue.
**How do I load a dynamic file based on the endpoint parameter (URI)?
Today there is no support for making the file path dynamic.
use case
Is there an intense list of Pokémon (or anything):
URI's:
/pokemon/kabuto
/pokemon/marowak
/pokemon/cubone
/pokemon/armaldo
The text was updated successfully, but these errors were encountered: