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
- Host: GitHub
- URL: https://github.com/xenoken/itch_io
- Owner: xenoken
- License: bsd-3-clause
- Created: 2019-06-17T14:21:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T00:14:14.000Z (almost 7 years ago)
- Last Synced: 2025-02-22T04:44:32.030Z (over 1 year ago)
- Topics: dart, dartlang, itch, itchio, rest-api
- Language: Dart
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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