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

Support other actions on attachables #103

Closed atty-stripe closed 4 years ago

atty-stripe commented 4 years ago

Looks like this package only supports uploading attachments for now. Would be great to support the other endpoints: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/attachable.

In particular, supporting deleting attachments would be very useful for our use case.

minimul commented 4 years ago

I agree these would be worthy additions. Can you take a crack at it?

atty-stripe commented 4 years ago

Not at the moment, but can take a look if no one else picks it up in a few weeks. Thanks for responding!