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

outdated

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

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

Created from templates made available by Stagehand under a BSD-style license.

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
0
points
54
downloads

Publisher

verified publisherthe-english-breaker.ru

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

dio, freezed_annotation

More

Packages that depend on yandex_disk