package github-hooks
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
GitHub API web hook listener library
Install
dune-project
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.tteams ~org () is a stream of teams belonging to the organization org.
val user_orgs : ?token:Token.t -> user:string -> unit -> Github_t.org Stream.tuser_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.tcurrent_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.trepositories ~org () is a stream of repositories belonging to the organization org.
module Hook : sig ... endThe Hook module provides access to GitHub's organization webhooks API which lets you manage an organization's remote notification hooks.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>