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
Is it possible to set dinamically environment variables using the headers of the response?
The text was updated successfully, but these errors were encountered:
This is currently not possible (in fact it would be possible, but pretty complicated..), but once we have #66, it's pretty easy.
I can totally see me implementing an interim solution in the meantime.
If you can't wait and need a way to have this right away, you can look at https://kulala.mwco.app/docs/usage/dynamically-setting-environment-variables-based-on-response-json#with-external-command
Where you substitute jq with any homemade script you want.
The script needs to take the contents of .local/share/nvim/tmp/kulala/headers.txt and parse them and return the header you want.
.local/share/nvim/tmp/kulala/headers.txt
Sorry, something went wrong.
feat(parser): add env-header-key meta tag
293e4bc
This closes #87
gorillamoe
Successfully merging a pull request may close this issue.
Is it possible to set dinamically environment variables using the headers of the response?
The text was updated successfully, but these errors were encountered: