2 releases
0.0.8 | Dec 25, 2022 |
---|---|
0.0.7 | Oct 22, 2022 |
0.0.3 |
|
#136 in Caching
105KB
2K
SLoC
Welcome to steam-webapi-rust-sdk!
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 STEAM_WEB_API_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 download and extract steam-webapi-cache into the root folder of your project. You can check integrity of the package by provided sha256 checksum.
Features
- Ability to get list of apps available on the Steam
- Ability to get detailed app description from Steam
- Ability to retrieve list of Dota2 matches
- Local cache of the app details
Configuration
In order to use this library make sure to set STEAM_WEB_API_KEY system environment variable.
$ vim ~/.bash_profile
export STEAM_WEBAPI_KEY="YOUR_STEAM_WEBAPI_KEY"
$ source ~/.bash_profile
Demo
App to retrieve details for all apps available on Steam store.
App to list all properties in app details response API on Steam store.
App shows how to use steam-webapi-rust-sdk to retrieve list of Dota2 matches
Documentation
Public functions definitions and usage can be found at cargo docs.
Build
If you want to build steam-webapi-rust-sdk on your own, make sure you have Rust installed.
$ cargo build
Test
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
Community
Contact me on Discord where you can ask questions and share ideas. Follow the Rust code of conduct.
Donations
If you appreciate my work and want to support it, feel free to do it via PayPal.
Dependencies
~0.9–1.7MB
~37K SLoC