How do I consume a Resource from a Bash Script?
I created an AWS connection resource and want to "use" the resource from a Bash Script. The documentation shows how to use Resources from JavaScript code, but not from Bash Scripts.
2 Replies
You can click the resource button in the editor bar it will insert the appropriate curl
Thanks I eventually figured it out