minimul / qbo_api

Ruby JSON-only client for QuickBooks Online API v3. Built on top of the Faraday gem.
MIT License
85 stars 46 forks source link

Handle 502 bad gateway API response #102

Closed phildionne closed 5 years ago

phildionne commented 5 years ago

The QBO API sometimes returns 502 errors straight from NGINX. There's really not much to it, just a new error class.

minimul commented 5 years ago

Thanks for the contribution. I'll take a closer look soon.

phildionne commented 5 years ago

@minimul friendly bump :)

minimul commented 5 years ago

Thanks. Merged and released.