3 releases (breaking)

0.3.0 Feb 19, 2020
0.2.0 Aug 23, 2019
0.1.0 Aug 16, 2019

#725 in #api-client

Download history 13/week @ 2024-02-15 35/week @ 2024-02-22 2/week @ 2024-02-29 5/week @ 2024-03-07 4/week @ 2024-03-14

52 downloads per month
Used in swgoh_farming_bot

MIT/Apache

7KB
199 lines

API SWGOH GG

dependency status pipeline status coverage report

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

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.5–7.5MB
~183K SLoC