package github
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
GitHub APIv3 OCaml library
Install
dune-project
Dependency
Authors
Maintainers
Sources
github-unix-4.3.2.tbz
sha256=b6304dce6ec33503e225ade600af194e1fc3976624ea83f546c7ab27ec8cfeb7
sha512=754f0a2bce5a2cb3b2355530708e3dab1d8a32401fa2a300b5eba37bf37e63d75d21d42595e7cd60b9a20beba054dd3b45675d51201a4aa8812ce5db400ab758
doc/github/Github_core/Make/Label/index.html
Module Make.LabelSource
The Label module exposes Github's labels API.
Source
val for_repo :
?token:Token.t ->
user:string ->
repo:string ->
unit ->
Github_t.label Stream.tfor_repo ~user ~repo () is a stream of all labels in repo user/repo.
Source
val get :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
unit ->
Github_t.label Response.t Monad.tget ~user ~repo ~name () is the label name in the repo user/repo.
Source
val create :
?token:Token.t ->
user:string ->
repo:string ->
label:Github_t.new_label ->
unit ->
Github_t.label Response.t Monad.tcreate ~user ~repo ~label () is the newly created label label in the repo user/repo.
Source
val update :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
label:Github_t.new_label ->
unit ->
Github_t.label Response.t Monad.tupdate ~user ~repo ~name () is the newly updated label name with properties label in the repo user/repo.
Source
val delete :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
unit ->
unit Response.t Monad.tdelete ~user ~repo ~name () activates after the label name in the repo user/repo has been removed.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>