chriswarren / desk

A Ruby wrapper for the Desk.com V2 REST API
MIT License
66 stars 80 forks source link

Raise Desk-namespaced exceptions for other non-200 responses #45

Closed stim371 closed 9 years ago

stim371 commented 9 years ago

A few forks of this project implement extra exceptions for 409, 422, 501. Any objection to having these codes added?

would crib from: https://github.com/Talkdesk/desk/commit/f25ed34c56810797f9677a5a6f50f006a50aee4c

I'm particularly blocked by the lack of 409 support. Thanks!