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

Libraries

yandex_disk
Support for doing something awesome.