Skip to main content

create_auth_header

Function create_auth_header 

Source
pub fn create_auth_header(
    api_key_id: &str,
    api_key_secret: &str,
    request_host: &str,
    request_path: &str,
) -> Result<String>
Expand description

Create an authorization header for Coinbase API requests