An open API service indexing awesome lists of open source software.

https://github.com/xenoken/itch_io

Unofficial Itch.io REST API client for Dart
https://github.com/xenoken/itch_io

dart dartlang itch itchio rest-api

Last synced: 5 days ago
JSON representation

Unofficial Itch.io REST API client for Dart

Awesome Lists containing this project

README

          

## Info

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

## Usage

A simple usage example:

```dart
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][tracker].

[tracker]: https://github.com/xenoken/itch_io/issues