heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
213 stars 86 forks source link

Update to latest schema #98

Closed brianswko closed 4 years ago

brianswko commented 4 years ago

In an attempt to get access to review apps (https://github.com/heroku/platform-api/issues/95) I've run rake build in order to update the schema and client.rb.

Problems I ran into with the schema at https://api.heroku.com/schema version 3

I had to manually modify schema.json in order for heroics-generate to work properly, and I felt horribly dirty doing so. The schema actually available at https://api.heroku.com/schema should be fixed instead.

Does this team maintain that schema? Who is responsible for keeping the schema valid when new API endpoints are introduced?