mirage / ocaml-github

GitHub APIv3 OCaml bindings
ISC License
100 stars 61 forks source link

Add support for GitHub Integrations #185

Open talex5 opened 7 years ago

talex5 commented 7 years ago

Not out of beta yet, but would be great to have support for this:

https://developer.github.com/changes/2016-09-14-Integrations-Early-Access/

For DataKitCI, we'd like to be able to:

Currently, we have to ask users to give us read/write on all their repositories, which is pretty bad.

XVilka commented 4 years ago

Just for the record - Integrations were deprecated. Now the recommended way is to create applications using the GitHub v4 API (GraphQL). See more at:

It will require GraphQL library, e.g. graphql. See its repository andreas/ocaml-graphql-server