Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/