mirage / ocaml-github

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

Support the field `committer` in the type `git_commit`. #235

Closed Aaylor closed 3 years ago

Aaylor commented 4 years ago

Looking at the GitHub API documentation, the type git_commit (where the field is named commit in the GitHub documentation) should support the field committer, which have the same format as the field author.