val to_string : Github_t.scope -> stringto_string scope is the string GitHub uses to indicate the scope constructor scope.
val of_string : string -> Github_t.scope optionscope_of_string scope is the constructor corresponding to the GitHub scope constructor scope if one exists.
val list_to_string : Github_t.scope list -> stringstring_of_scopes scopes is the serialization for a list of scopes scopes which GitHub accepts as a set of scopes in its API.
val list_of_string : string -> Github_t.scope list optionscopes_of_string scopes are the scope constructors corresponding to the serialized list of constructors scopes.
val all : Github_t.scope listall is a list containing every scope constructor known.
val max : Github_t.scope listmax is a list containing the mimimum scope constructors needed to enable full privilege.