yandex_disk 0.1.2 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