go-resty / resty

Simple HTTP and REST client library for Go
MIT License
9.95k stars 703 forks source link

REST error handling? #157

Closed intel352 closed 6 years ago

intel352 commented 6 years ago

Is there any built-in logic for reacting to REST responses other than 2xx series?

jeevatkm commented 6 years ago

Yes, of-course.

intel352 commented 6 years ago

Thanks @jeevatkm, I missed that in my first perusal of the docs, cheers.