yandex_disk 0.1.2 copy "yandex_disk: ^0.1.2" to clipboard
yandex_disk: ^0.1.2 copied to clipboard

The library for integration with Yandex.Disk via HTTP REST API.

The library for integration with Yandex.Disk via HTTP REST API.

Usage #

A simple usage example:

import 'package:yandex_disk/yandex_disk.dart';

main() async {
  final api = YandexDiskApi('https://cloud-api.yandex.net', '<ACCESS_TOKEN>');
  final disk = await api.readDisk();
  // And so on...
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

Useful commands #

pub run build_runner build
3
likes
90
pub points
62%
popularity

Publisher

verified publisherthe-english-breaker.ru

The library for integration with Yandex.Disk via HTTP REST API.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio, freezed_annotation

More

Packages that depend on yandex_disk