Skip to content
New issue

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

Env. Variable Support for JSON request body #592

Open
ashitaprasad opened this issue Feb 22, 2025 · 2 comments · May be fixed by #597
Open

Env. Variable Support for JSON request body #592

ashitaprasad opened this issue Feb 22, 2025 · 2 comments · May be fixed by #597
Labels
good first issue Good for newcomers

Comments

@ashitaprasad
Copy link
Member

Tell us about the task you want to perform and are unable to do so because the feature is not available

Currently, env variable support available for:

  • URL
  • URL Params
  • Headers

Instead of updating the body every time, it would be great if the support can be extended for JSON request body as well.

@ashitaprasad ashitaprasad added enhancement New feature or request good first issue Good for newcomers FOSSHack2025 labels Feb 22, 2025
@Clasherzz
Copy link
Contributor

@ashitaprasad while implementing this feauture is it necessary to highlight the variable being used .
There is a chance it might conflict with Add syntax highlighting for JSON request body #582 and i feel like its better to implement just variable support .

@ashitaprasad
Copy link
Member Author

@Clasherzz It should work like other places where env variable support is added. If a user hovers over the variable, it should show the value.
It will definitely conflict with #582 so in case a feature gets merged first, the other person must work towards adding on top of it.

@Clasherzz Clasherzz linked a pull request Feb 22, 2025 that will close this issue
9 tasks
@ashitaprasad ashitaprasad removed FOSSHack2025 enhancement New feature or request labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants