degiro_api 0.6.4 copy "degiro_api: ^0.6.4" to clipboard
degiro_api: ^0.6.4 copied to clipboard

Unofficial Degiro APIs. A Dart wrapper to use the Degiro APIs in a simple way.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add degiro_api

With Flutter:

 $ flutter pub add degiro_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  degiro_api: ^0.6.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:degiro_api/degiro_api.dart';
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Unofficial Degiro APIs. A Dart wrapper to use the Degiro APIs in a simple way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, freezed_annotation, json_annotation, multiple_result

More

Packages that depend on degiro_api