Hi, steam-webapi-rust-sdk
is a set of utility functions to access Steam Web API.
In order to use this library make sure to set STEAMWEBAPI_KEY system environment variable.
The library itself tries to minimize number of networks calls through the caching relevant responses to the 'steam-webapi-cache' folder.
There is already prebuilt cache for all steam apps, in order to use it, simply clone steam-webapi-cache into the root folder of your project.
In order to use this library make sure to set STEAMWEBAPI_KEY system environment variable.
$ vim ~/.bash_profile
export STEAMWEBAPIKEY="YOURSTEAMWEBAPI_KEY"
$ source ~/.bash_profile
There is already prebuilt cache for all steam apps, in order to use it, simply clone steam-webapi-cache into the root folder of your project.
$ cd steam-webapi-rust-sdk
$ git clone git@github.com:bohdaq/steam-webapi-cache.git
Simple demo app to retrieve details for all apps available on Steam store.
Public functions definitions and usage can be found at cargo docs.
If you want to build steam-webapi-rust-sdk on your own, make sure you have Rust installed.
$ cargo build
If you want to test steam-webapi-rust-sdk. You need to be connected to the internet as some of the tests invoke Steam API.
$ cargo test
Contact me on Discord where you can ask questions and share ideas. Follow the Rust code of conduct.
If you appreciate my work and want to support it, feel free to do it via PayPal.