3 releases (breaking)
0.3.0 | Feb 19, 2020 |
---|---|
0.2.0 | Aug 23, 2019 |
0.1.0 | Aug 16, 2019 |
#767 in #api-client
Used in swgoh_farming_bot
7KB
199 lines
API SWGOH GG
Client for swogh.gg api
Installation
[dependencies]
api-swgog-gg = "0.2"
Example
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));
}
Versioning
This project adheres to Semantic Versioning and use git flow branching model.
Roadmap
- Add get for unit, ships, gear ans abilities
- Add all guilds routes
- Add all players routes
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~3–7.5MB
~171K SLoC