mirage / ocaml-github

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

Add Endpoint.Version.t, Stream.since, and Stream.version for caches #177

Closed dsheets closed 7 years ago

dsheets commented 7 years ago

By exposing the representation of endpoint response versions, this patch enables offline caches to resynchronize their state with GitHub's state cheaply (without using lots of GitHub request quota).