Crates.io | skinport |
lib.rs | skinport |
version | 0.1.1 |
source | src |
created_at | 2023-04-16 06:24:41.390263 |
updated_at | 2023-04-17 16:57:20.884948 |
description | Skinport API wrapper for Rust |
homepage | |
repository | https://github.com/WeirdPtr/skinport-rs |
max_upload_size | |
id | 840370 |
size | 27,085 |
Skinport API Bindings for the Rust Programming language.
Report Bug
ยท
Request Feature
This crate aims to provide easy to use API bindings for the Skinport API.
#[tokio::main]
async fn main() {
let client = Client::default();
let items = client
.get_sales_out_of_stock(Some(Game::CSGO), Some(Currency::EUR))
.await;
println!("{items:#?}");
}
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT or Apache 2 License. See LICENSE-MIT
or LICENSE-APACHE
for more information.