Skip to content

Unofficial Go library for interacting with Dribbble API v2

License

Notifications You must be signed in to change notification settings

bedakb/go-dribbble

Repository files navigation

Go Dribbble

Unofficial Go library for interacting with Dribbble API v2 (WIP). Please refer to official Dribbble API v2 Docs for more information about API itself.

Install

go get github.com/bedakb/go-dribbble

Usage

import "github.com/bedakb/go-dribbble"

cfg := dribbble.NewConfig(accessToken)
d, _ := dribbble.New(cfg)

// Get currently logged in user
user, _ := d.User.GetUser()
fmt.Printf("%v", user)

Inspired by go-dropbox.

About

Unofficial Go library for interacting with Dribbble API v2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages