datakit-github
Abstraction of the GitHub API, suitable for DataKit clients
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library datakit-github
type t =
| Repo of Repo.state * Repo.t |
| PR of PR.t |
| Status of Status.t |
| Ref of Ref.event |
| Other of Repo.t * string |
The type for event values.
val of_repo : Repo.state -> Repo.t -> t