heroku / platform-api

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

app_webhook Not in the API docs #100

Closed schneems closed 4 years ago

schneems commented 4 years ago

The API docs http://heroku.github.io/platform-api/_index.html do not include app_webhook

schneems commented 4 years ago

It is now

schneems commented 4 years ago

The problem is/was that docs aren't generated via released code, it's generated statically and then pushed to github pages.

The client downloads the schema.json and saves it, so updates to the schema aren't captured until the client is released again. The docs are only generated once a gem version is built and released.