xenoken / itch_io

Unofficial Itch.io REST API client for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%