dropbox

package
v0.0.0-...-be43ff6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(id, client, secret, redirectURL string) *dropbox

Types

type Account

type Account struct {
	ID          string                 `json:"account_id"`
	Email       string                 `json:"email"`
	Locale      string                 `json:"locale"`
	ReferralURL string                 `json:"referral_link"`
	IsPaired    bool                   `json:"is_paired"`
	Type        map[string]interface{} `json:"account_type"`
	Name        struct {
		Given       string `json:"given_name,omitempty"`
		Surname     string `json:"surname,omitempty"`
		FamilyName  string `json:"familiar_name,omitempty"`
		DisplayName string `json:"display_name,omitempty"`
	} `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL