Smite-rs
Smite-rs is a Rust library for interacting with the Smite API. It is designed to be easy to use and provide a simple interface for interacting with the API.
Quick Start
In order to use the Smite API, you will need to obtain a dev-id and auth-key from the Hi-Rez Developer Portal. Once you have it, you can use it to create a new Client instance and start making requests.
use Client;
Custom requests
Some endpoints are not yet fully supported by library.
In this case you can use Client::make_request method to make custom requests.
use Value;
use Client;