From Kitsu, you know what is it if you're here, and Kitsumon (詰問), question or asking in japanese.
I love Kitsu.io and with the will of interfacing with their API, asking... questioning... or just sending queries.
So here we go~ Kitsumon is born!
I'm doing it just for fun, so... use at your own risk.
I hope it will become something great.
^-^
A simple usage example:
import 'package:kitsumon/kitsumon.dart';
// A simple example...
// For more, check the example folder.
void main() async {
final kitsumon = Kitsumon();
// Start using the Wrapper...
}
Add Kitsumon dependency on pubspec.yaml
:
From GitHub (for example: branch-name >> dev-build):
dependencies:
kitsumon:
git: https://github.com/Nebulino/Kitsumon.git
ref: branch-name
From pub.dev:
For now, I'm using Restful API, because graphQL is still in early stages after I asked the owners of the site about the status of it.
Maybe in a future project I will support also GQl API.
THIS IS NOT FULLY USABLE. IT'S A WORK IN PROGRESS, FEEL FREE TO SHARE YOUR THOUGHTS HOW TO MAKE IT BETTER.
NOTE: Application registration has not yet been implemented, so for now all requests should be made with the public client ID and secret.
Please file feature requests and bugs at the issue tracker.