An open API service indexing awesome lists of open source software.

https://github.com/dmfed/ydfs

Implementation of Yandex Disk REST API with fs.Fs interface
https://github.com/dmfed/ydfs

Last synced: about 1 year ago
JSON representation

Implementation of Yandex Disk REST API with fs.Fs interface

Awesome Lists containing this project

README

          

# ydfs
Implementation of Yandex Disk REST API with fs.Fs interface

This is a work in progress.
ReadFile, WriteFile, Open (and Read of File), Remove, Mkdir work as expected. Test coverage is around 60% (integration tests are passing without errors). Hold on a while :)