You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only after adding shopt -s expand_aliases as suggested by https://unix.stackexchange.com/a/1498/60622
were GET and POST recognized in my bash script that tried to call them.
Please add that command before the . /path/to/resty ... command in the readme's section "Using Resty In Shell Scripts".