Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val get :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
unit ->
Github_t.label Response.t Monad.t
val create :
?token:Token.t ->
user:string ->
repo:string ->
label:Github_t.new_label ->
unit ->
Github_t.label Response.t Monad.t
val update :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
label:Github_t.new_label ->
unit ->
Github_t.label Response.t Monad.t
val delete :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
unit ->
unit Response.t Monad.t