Module Github.GitHubClientSource

Parameters

module _ : Storage.STORAGE_UNIT with type value = config

Signature

Sourceval get_authorization_url : config:config -> (Uri.t * string, string) result
Sourceval exchange_code_for_token : string -> string -> (token_response, string) result Lwt.t

Retrieves the currently authenticated user's information

Sourceval get_user_info : token_response -> (user_response, string) result Lwt.t

Retrieves the currently authenticated user's information