thedesque / de-dribbble

Dribbble API Go library

Home Page:https://thedesque.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desqfolio

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

Install

go get github.com/thedesque/desqfolio

Usage

import "github.com/thedesque/desqfolio"

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

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

Inspired by go-dribbble.

About

Dribbble API Go library

https://thedesque.com

License:MIT License