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

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

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