Skip to content

xenoken/itch_io

Repository files navigation

Info

Unofficial wrapper of itch.io REST API for the Dart Language.

Usage

A simple usage example:

import 'package:itch_io/itch_io.dart';

main() async{
  
  var client = new Client("api_key_here");
  var user = await client.getUserProfile();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Unofficial Itch.io REST API client for Dart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages