yandex_disk 0.1.0 yandex_disk: ^0.1.0 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.
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