SlayerOrnstein / wfcd_client

Simple wrapper for worldstate API and maybe other WFCD APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

A simple usage example:

import 'package:warframestat_api_models/warframestat_api_models.dart';

Future<void> main() async {
  final client = WarframestatClient(platform: GamePlatforms.pc);
  final worldstate = await client.getWorldstate();

  print(worldstate?.timestamp);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Simple wrapper for worldstate API and maybe other WFCD APIs.


Languages

Language:Dart 100.0%