-
Is there a way to make one request then another? The scenario is, I have a call that gets some data, but I need a token in order to do that (Authorization header in this example):
The $auth.token is automatic, but the access_token has to be run manually. Any convenient way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
YaroSpace
Jun 10, 2025
Replies: 1 comment 1 reply
-
Sure! Or using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
riza-khan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure!
https://neovim.getkulala.net/docs/usage/import-and-run-http
Or using
request.skip()
andrequest.replay()
https://neovim.getkulala.net/docs/scripts/lua-scripts#iterating-over-results-and-making-requests-for-each-item