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".
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".