package github-hooks

  1. Overview
  2. Docs
GitHub API web hook listener library

Install

Dune Dependency

Authors

Maintainers

Sources

github-hooks-0.5.0.tbz
sha256=bd92e6d3b8f6106e65851ebb0e8d56f8f87dd2d7cf09ecaae2ea5f5ed422f4c9
sha512=13620ae004c2b56b974ffbd76f9a0627a63967636bc834809f82a39abb1abf75491f0f17858445fbeb292faf5ed4cb0b9e343023d4794e6a0860311e9bff9cc2

doc/github-hooks/Github_hooks/Make/argument-2-Github/Organization/index.html

Module Github.Organization

The Organization module exposes the functionality of the GitHub organization API.

val teams : ?token:Token.t -> org:string -> unit -> Github_t.team Stream.t

teams ~org () is a stream of teams belonging to the organization org.

val user_orgs : ?token:Token.t -> user:string -> unit -> Github_t.org Stream.t

user_orgs ~user () is a stream of the organizations to which the user user belongs.

val current_user_orgs : ?token:Token.t -> unit -> Github_t.org Stream.t

current_user () is a stream of the organizations to which the user linked to current token belongs, and for which the user granted access to the organizations to the current token.

val repositories : ?token:Token.t -> org:string -> unit -> Github_t.repository Stream.t

repositories ~org () is a stream of repositories belonging to the organization org.

module Hook : sig ... end

The Hook module provides access to GitHub's organization webhooks API which lets you manage an organization's remote notification hooks.

OCaml

Innovation. Community. Security.