Unofficial wrapper of itch.io REST API for the Dart Language.
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();
}
Please file feature requests and bugs at the issue tracker.