Skip to content

Elixir wrapper for Yandex Disk Rest Api

Notifications You must be signed in to change notification settings

pvrt/yandex_disk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You should register your app to obtain ID and Password.

Usage

Take a look at hex docs for examples.

Downstream.start()
client = YandexDisk.Client.client(TOKEN)   
YandexDisk.Folder.destroy(client, yandex_path: "disk:/test", permanently: true)

Features list

Auth

  • Token
  • Login/pass

Disk

  • Info
  • Operation status

File

  • Download
  • Upload from url
  • Upload
  • Add metadata
  • Delete
  • Copy
  • Move
  • List latest files
  • List all files

Folder

  • Create folder
  • Add metadata
  • Copy
  • Move
  • Delete

Public file

  • Publish
  • Unpublish
  • List of published files
  • Move to Downloads
  • Download
  • Get meta

Public folder

  • Publish
  • Unpublish
  • List of published files
  • Move to Downloads
  • Download
  • Add meta

Trash

  • Clear
  • Restore

About

Elixir wrapper for Yandex Disk Rest Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%