heroku / platform-api

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

Update README.md: replace heroku.config_var.info with heroku_config_v… #66

Closed AustinBGibbons closed 7 years ago

AustinBGibbons commented 7 years ago

…ar.info_for_app

Hello!

I think the heroku.config_var.info api has changed to info_for_app, as seen here: http://heroku.github.io/platform-api/PlatformAPI/ConfigVar.html

mathias commented 7 years ago

Thank you for this contribution! You're right, it looks like it changed names.

There's been a few renamings due to how this client is code-generated from the schema. @djcp and I will will take a look at other method renames.