Skip to content

A simple Go wrapper for Pinterest REST API (Beta) (5.x) ✨ 🍰 ✨

License

Notifications You must be signed in to change notification settings

sns-sdks/go-pinterest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pinterest

A simple Go wrapper for Pinterest REST API (Beta) (5.x) ✨ 🍰 ✨

Test Status Test Coverage Go Report Card

Installation

# Go Modules
require github.com/sns-sdks/go-pinterest

Usage

Authentication

You can initial the client with access token.

client := pinterest.NewBearerClient("Your bearer token")
u, err := client.UserAccount.GetUserAccount("")
fmt.Println(u, err)

Or you can give oauth flow by hand, You can follow the authorize example

More usage detail see the Example

Features

  • OAuth
  • UserAccount
  • Boards
  • Pins
  • Media
  • AdAccounts

About

A simple Go wrapper for Pinterest REST API (Beta) (5.x) ✨ 🍰 ✨

Resources

License

Stars

Watchers

Forks

Packages

No packages published