Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val exists :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
unit ->
bool Response.t Monad.t
val add :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
?permission:Github_t.team_permission ->
unit ->
unit Response.t Monad.t
val remove :
?token:Token.t ->
user:string ->
repo:string ->
name:string ->
unit ->
unit Response.t Monad.t