Replies: 1 comment
-
I'll be improving this workflow in the future. IIRC you don't actually need to restart after editing a .env file. Previews and stuff don't update, but the new value should be fetched when you send the request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Posting to trigger certain internal testing workflows and so far it works great! However, I found myself often needing to invoke the same request over and over again with different parameters.
My current workflow looks like this:
.env
to update variables.env
file and send the request.env
to update variables againIt would be great if Posting could ask for the values of all variables involved in the current request being invoked before sending the request.
Beta Was this translation helpful? Give feedback.
All reactions