Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaynetdinov/go-yandex-disk
(alpha) Yandex.Disk SDK
https://github.com/sgaynetdinov/go-yandex-disk
Last synced: 3 months ago
JSON representation
(alpha) Yandex.Disk SDK
- Host: GitHub
- URL: https://github.com/sgaynetdinov/go-yandex-disk
- Owner: sgaynetdinov
- Created: 2019-05-21T11:28:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T20:25:08.000Z (over 2 years ago)
- Last Synced: 2023-08-04T09:21:52.329Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/sgaynetdinov/go-yandex-disk?status.svg)](https://godoc.org/github.com/sgaynetdinov/go-yandex-disk)
[![Go Report Card](https://goreportcard.com/badge/github.com/sgaynetdinov/go-yandex-disk)](https://goreportcard.com/report/github.com/sgaynetdinov/go-yandex-disk)
[![Release](https://img.shields.io/github/release/sgaynetdinov/go-yandex-disk.svg?style=flat-square)](https://github.com/sgaynetdinov/go-yandex-disk/releases/latest)## Install
`go get -u github.com/sgaynetdinov/go-yandex-disk`
## Test
`go test ./...`
## Token
[https://yandex.ru/dev/disk/api/concepts/quickstart-docpage/](https://yandex.ru/dev/disk/api/concepts/quickstart-docpage/)
## First Step
```
import (
yandexdisk "github.com/sgaynetdinov/go-yandex-disk"
)func main() {
client := yandexdisk.NewClient("YOUR_TOKEN")
}
```## Yandex.Disk API
- https://yandex.ru/dev/disk/api/concepts/about-docpage/