Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OAuth-only resources #54

Closed
rogierslag opened this issue Mar 18, 2017 · 1 comment
Closed

Add support for OAuth-only resources #54

rogierslag opened this issue Mar 18, 2017 · 1 comment
Milestone

Comments

@rogierslag
Copy link
Contributor

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 Daanvm changed the title Settlement Add support for OAuth-only resources Mar 20, 2017
@Daanvm
Copy link
Contributor

Daanvm commented Mar 20, 2017

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.

Daanvm pushed a commit that referenced this issue Apr 20, 2017
The following resources are now also supported with this client: organizations, permissions, profiles, settlement and profiles/apikeys.
@Daanvm Daanvm added this to the 2.2.0 milestone Apr 20, 2017
Daanvm pushed a commit that referenced this issue Apr 21, 2017
- Add support for organizations, permissions, profiles, settlement and
  profiles/apikeys resources (#54).
- Remove `jruby` from the build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants