No apparent way to access /account endpoint
Open
bug
- Dominant language
- Ruby
- Stars
- 216
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
The `client.account.info` method actually goes to the `GET /users/:email_or_id` endpoint, which is making it stupidly hard to look up current_user info for an oauth_token, where `GET /account` is all you need.
I'm guessing the method is getting stomped on because of how classes are auto generated.
Contributor guide
Assessment
This issue has not been assessed yet.