fullcontact / fullcontact-api-ruby

A Ruby wrapper for the FullContact API
MIT License
82 stars 85 forks source link

Better handling of the different status codes #33

Closed sarcilav closed 9 years ago

sarcilav commented 9 years ago

I want to know, if it is possible to fix or if it is under develop a better handling of statuses like the 404 (that is raising a custom error) and the 202 (Your request is currently being processed. You can check again later to see the request has been processed.)

Thanks

Xorlev commented 9 years ago

Yes, it is something we're considering as an opt-in option, it's rather cumbersome to have to deal with the exceptions.

We're handling this over in #7