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

Simple wrapper for worldstate API and maybe other WFCD APIs.

Notifications You must be signed in to change notification settings

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

Languages