Problems I ran into with the schema at https://api.heroku.com/schema version 3
enterprise-account-usage-daily, enterprise-account-usage-monthly, team-usage-daily, and team-usage-monthly were all missing a title in the links array
team had duplicate link titles when list and create were introduced for enterprise
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?
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 3enterprise-account-usage-daily
,enterprise-account-usage-monthly
,team-usage-daily
, andteam-usage-monthly
were all missing atitle
in thelinks
arrayteam
had duplicate link titles when list and create were introduced for enterpriseI had to manually modify
schema.json
in order forheroics-generate
to work properly, and I felt horribly dirty doing so. The schema actually available athttps://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?