heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

No apparent way to access /account endpoint #64

Open djcp opened 7 years ago

djcp commented 7 years ago

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.