Crates.io | api-swgoh-gg |
lib.rs | api-swgoh-gg |
version | 0.3.0 |
source | src |
created_at | 2019-08-16 01:17:42.858755 |
updated_at | 2020-02-19 09:41:27.654009 |
description | swgoh.gg API client |
homepage | |
repository | https://gitlab.com/swgoh-game/api-swgoh-gg |
max_upload_size | |
id | 157232 |
size | 6,808 |
Client for swogh.gg api
[dependencies]
api-swgog-gg = "0.2"
This example print all units
extern crate api_swgoh_gg;
use api_swgoh_gg::get_units;
fn main(){
let units = get_units().unwrap();
units.iter().foreach(|u| println!("{}", unit.name));
}
This project adheres to Semantic Versioning and use git flow branching model.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.