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 ->
id:int64 ->
unit ->
Github_t.deploy_key Response.t Monad.t
val create :
?token:Token.t ->
user:string ->
repo:string ->
new_key:Github_t.new_deploy_key ->
unit ->
Github_t.deploy_key Response.t Monad.t
val delete :
?token:Token.t ->
user:string ->
repo:string ->
id:int64 ->
unit ->
unit Response.t Monad.t