Skip to content

Tags: gv0tch0/resty

Tags

2.2

Toggle 2.2's commit message
Added verbose output for the resty command; if -v is specified then r…

…esty prints saved curl options along with the current URI base.

2.1

Toggle 2.1's commit message
updated the docs

2.0

Toggle 2.0's commit message
Fixes michagh-23 where 'which' was printing error messages when $EDIT…

…OR is not defined

1.9

Toggle 1.9's commit message
This should fix issue michagh-21. Shift was being called in zsh witho…

…ut checking if $# was positive.

1.8

Toggle 1.8's commit message
removed support for curl's -q option in favor of resty's shadowed ver…

…sion

1.7

Toggle 1.7's commit message
Fixed issue micha#18, where the resty command would not set url in zsh

1.6

Toggle 1.6's commit message
Fixed issue where @- was being incorrectly appended to PUT/POST data

1.5

Toggle 1.5's commit message
added capability to store default curl options when calling resty fun…

…ction

1.4

Toggle 1.4's commit message
fix zsh array declaration that was preventing curl options from being…

… passed in zsh

1.3

Toggle 1.3's commit message
fix bad 0 subscript in zsh array assignment (issue 14)