Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 457 Bytes

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.