hots_dog_api 1.2.3 copy "hots_dog_api: ^1.2.3" to clipboard
hots_dog_api: ^1.2.3 copied to clipboard

API calls for the hots.dog Heres of Storm API

example/example.dart

import 'package:hots_dog_api/hots_dog_api.dart';

main() async {
  try {
    BuildWinRates buildWinRates = await getBuildWinRates('2.30.0', 'Rehgar');
    print(buildWinRates);

  } catch (e) {
    print(e);
  }

  try {
    WinRates winRates = await getWinRates('2.30.0');
    print(winRates);

  } catch (e) {
    print(e);
  }

  try {
    GameInfo gameInfo = await getGameInfo();
    print(gameInfo);
  } catch (e) {
    print(e);
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

API calls for the hots.dog Heres of Storm API

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, http

More

Packages that depend on hots_dog_api