Function spacetraders::client::claim_username[][src]

pub async fn claim_username(
    http_client: HttpClient,
    username: String
) -> Result<ClaimUsername, Error>

Claim a username and get a token

Arguments

  • username - A string containing the username to get a token for