Skip to main content

installation_token

Function installation_token 

Source
pub fn installation_token(jwt: &str) -> Result<String, String>
Expand description

Exchanges the App JWT for an installation token scoped to whatever repos the installation covers.

§Errors

API failures with GitHub’s response body included.