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

SlayerOrnstein/wfcd_client

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages