package gitlab
-
gitlab
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Authentication Token for accessing GitLab APIs.
Of the several ways provided in GitLab, we currently support:
val of_string : string -> t
of_string token_string
is the abstract token value corresponding to the string token_string
.
val to_string : t -> string
to_string token
is the string serialization of token
.