mirage / ocaml-github

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

Stream polling #76

Closed dsheets closed 9 years ago

dsheets commented 9 years ago

Primarily, this PR parameterizes the bindings over a Time module that has now and sleep. This is necessary in order to implement the Stream.poll API which obeys GitHub's poll throttling.

Also, some minor improvements were made to docs and a time field as a float.