0 purchases
yandex disk
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...
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
Useful commands #
pub run build_runner build
copied to clipboard
Links #
https://yandex.ru/dev/disk/poligon/
https://disk.yandex.ru
https://github.com/swagger-api/swagger-codegen
https://cloud-api.yandex.net/v1/schema?api=disk
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.