heroku / platform-api

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

Regenerate schema for access to addon-action-provision #54

Closed paul closed 7 years ago

paul commented 7 years ago

I need access to the "Addon Action Create Provision" API which doesn't seem to be available in the latest build.

I've just run rake build as instructed by the readme.

An oddity, it created method names like create___provision(add_on_id_or_add_on_name) with a double underscore. Did heroics mis-parse the schema.json somehow?

geemus commented 7 years ago

@paul thanks! I'm going to close this in favor of #56 (just to consolidate). There is a bug in the schema and/or heroics related to the double underscores, see: https://github.com/interagent/heroics/pull/78