mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 07:05:50 +03:00
[GH-ISSUE #130] Docs need clarity on how to store payload values as Environment Variables #38
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cjchand on GitHub (Aug 4, 2023).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/130
Is there an existing issue for this?
Current behavior
As called out in a few issues, it is a common pattern to take values from a response payload and use these in subsequent API calls. The most common example is fetching a JWT and using that in an Authorization header for all subsequent calls.
Things are just different enough in Hoppscotch to make examples from Postman not compatible. Unless I'm missing something obvious, I was unable to get console output from the Tests tab to tell me where things were going wrong, but I did manage to figure it out eventually.
Some small doc additions can help others not run into the same friction.
Steps to reproduce
Environment
Production
Version
Local
@cjchand commented on GitHub (Aug 4, 2023):
Linked a PR to address this issue above