micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Add support to PATCH requests #47

Closed zsolt-haraszti closed 9 years ago

zsolt-haraszti commented 10 years ago

I really like resty! Great concept. One thing I was missing from it is support for PATCH requests. We use these requests a lot, so I thought I add it.

igorgere commented 9 years ago

Great, I also needed PATCH, it would be nice if Resty would add supprot for it. For now I'll delete mu fork and reffer to Zsolt's.