mollie / mollie-api-ruby

Mollie API client for Ruby
http://www.mollie.com
BSD 2-Clause "Simplified" License
81 stars 42 forks source link

Add support for OAuth-only resources #54

Closed rogierslag closed 7 years ago

rogierslag commented 7 years ago

The Ruby API docs mention that with OAuth tokens one can request the settlement information (https://www.mollie.com/nl/docs/reference/settlements/open)

However, even though the docs suggest it, these methods are not available in this API client. Will these soon be added?

Daanvm commented 7 years ago

Hi @rogierslag, thanks for reporting this issue.

There are currently no plans to add support for an OAuth authentication flow in the Ruby client. However, when you manage the OAuth flow yourself, you can just pass the Access Token to this client.

Adding the OAuth-only resources shouldn't be too much effort. If that would be sufficient for you, I'll see if I can add them anytime soon.