https://github.com/jogboms/bunq.dart
🌈 Minimal Dart API layer for Bunq https://www.bunq.com
https://github.com/jogboms/bunq.dart
api dart dartlang library payment wrapper
Last synced: about 1 month ago
JSON representation
🌈 Minimal Dart API layer for Bunq https://www.bunq.com
- Host: GitHub
- URL: https://github.com/jogboms/bunq.dart
- Owner: jogboms
- License: mit
- Created: 2019-09-15T20:21:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T21:09:11.000Z (almost 6 years ago)
- Last Synced: 2025-04-22T17:47:27.393Z (6 months ago)
- Topics: api, dart, dartlang, library, payment, wrapper
- Language: Dart
- Homepage:
- Size: 41 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌈 Bunq
A minimal Dart API layer for [Bunq](https://www.bunq.com).
## Usage
A simple usage example:
```dart
import 'package:bunq/bunq.dart';main() {
Bunq.init(apiKey: "API_KEY", production: false);
}
```## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/jogboms/bunq.dart/issues/new
## License
MIT License