Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 356 Bytes

readme.md

File metadata and controls

16 lines (14 loc) · 356 Bytes

Модуль на TS для работы с Yandex Диска

Вызов SDK Yandex Диск

const { drive } = new YandexSdk({})

Массив параметров

{
  format?: string //xml | json| jwt
  jwt_secret?: string,
  with_openid_identity?: number | string | boolean // 1 | yes | true
  oauth_token: string
}