package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

github-3.0.1.tbz
sha256=6e66823ac5be96427616d07fa331be14df6658a15201bc63de537e8a2f96dda8
md5=031bf0e5679dbb9d2cfb9f12c5d9f3a7

doc/github/Github_core/Make/Organization/index.html

Module Make.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.

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.