minimul / qbo_api

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

Authorization quickfix #120

Closed saboter closed 1 year ago

saboter commented 1 year ago

Current add_authorization_middleware method is not working with Faraday 2.x.

saboter commented 1 year ago

@minimul Here you go.

minimul commented 1 year ago

Fantastic @saboter Great work.

The specs all pass too.

v.3.0.1 has been released. Let us know how it goes on issue #119.

mculp commented 1 year ago

Good catch @saboter, that's my fault for missing the change in arguments there. Sorry about that.

That said, we should add specs that verify this behavior.

bf4 commented 1 year ago

follows https://github.com/minimul/qbo_api/pull/120