chgk_rating 1.0.2 copy "chgk_rating: ^1.0.2" to clipboard
chgk_rating: ^1.0.2 copied to clipboard

Dart wrapper client for the competitive What? Where? When? rating WebAPIRating https://api.rating.chgk.net/

chgk_rating #

workflow Pub Awesome

Dart wrapper client for the competitive What? Where? When? rating WebAPIRating

Getting Started #

Add dependency #

Add to your pubspec.yaml the latest version of the library

dependencies:
  chgk_rating: ^<latest_version>

Fetch player's data example #

Create instance of ChgkRating class

ChgkRating chgkRating = ChgkRating();

Search for the player by name and surname

PlayerSearch playerSearch = await chgkRating.getPlayerBy(name: 'player_name', surname: 'player_surname');

This project follows Apache 2.0 license

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
130
pub points
0%
popularity

Publisher

verified publishervmpay.eu

Dart wrapper client for the competitive What? Where? When? rating WebAPIRating https://api.rating.chgk.net/

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, dio, meta, mockito

More

Packages that depend on chgk_rating