#steam #api #api-response #gamedev

steam-webapi-rust-sdk

Set of utility functions to access Steam Web API

2 releases

0.0.8 Dec 25, 2022
0.0.7 Oct 22, 2022
0.0.3 Aug 13, 2022

#112 in Caching

21 downloads per month

MIT OR Apache-2…

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

  1. Ability to get list of apps available on the Steam
  2. Ability to get detailed app description from Steam
  3. Ability to retrieve list of Dota2 matches
  4. 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

~1–1.8MB
~39K SLoC