Skip to content

Support Steam client logins alongside Web API bindings #20

@garhow

Description

@garhow

Read the documentation for the steam Python package for reference of functionality. Any ideas??

Potential implementation concept?

pub struct SteamClient {
    username: String,
    password: String,
}

impl SteamClient {
    pub fn new(
        username: &str,
        password: &str
    ) -> SteamClient {
        // todo
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions