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

https://github.com/chyroc/dropbox

Golang Dropbox SDK for https://www.dropbox.com
https://github.com/chyroc/dropbox

Last synced: 7 months ago
JSON representation

Golang Dropbox SDK for https://www.dropbox.com

Awesome Lists containing this project

README

          

# Golang Dropbox SDK

[![codecov](https://codecov.io/gh/chyroc/dropbox/branch/master/graph/badge.svg?token=Z73T6YFF80)](https://codecov.io/gh/chyroc/dropbox)
[![go report card](https://goreportcard.com/badge/github.com/chyroc/dropbox "go report card")](https://goreportcard.com/report/github.com/chyroc/dropbox)
[![test status](https://github.com/chyroc/dropbox/actions/workflows/ci.yml/badge.svg)](https://github.com/chyroc/dropbox/actions)
[![Apache-2.0 license](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/chyroc/dropbox)

Golang Dropbox SDK for https://www.dropbox.com/developers/documentation/http/documentation .

## Install

```shell
go get github.com/chyroc/dropbox
```

## Usage

doc: https://godoc.org/github.com/chyroc/dropbox

## Dev

- setup codecov
- setup github secret: CODECOV_TOKEN
- https://app.codecov.io/gh/chyroc/dropbox