itch_io 2.0.3 copy "itch_io: ^2.0.3" to clipboard
itch_io: ^2.0.3 copied to clipboard

Unofficial itch.io REST API wrapper for the Dart Language. Supports credentials, user's profile info and games.

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.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Unofficial itch.io REST API wrapper for the Dart Language. Supports credentials, user's profile info and games.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on itch_io