0.0
No release in over a year
Pinterest's REST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.6, >= 3.6.0

Runtime

~> 1.0, >= 1.0.1
 Project Readme

Avatar

Build Status

Pinterest SDK

Pinterest SDK is a set of generated client libraries for Pinterest REST API from their OpenAPI v3 specification.

The client libraries are generated using OpenAPI Generator.

Published packages

Language Package Status Documentation
JavaScript pinterest-sdk Published Version README
Python pinterestsdk Published Version README
Ruby pinterest_sdk Published Version README

Version matrix

Pinterest SDK Version Pinterest OpenAPI Spec Version OpenAPI Version OpenAPI Generator Version
2.0.0 5.12.0 3.0.3 7.4.0
1.2.0 5.4.1 3.0.3 6.0.1
1.1.0 5.3.0 3.0.3 5.4.0
1.0.0 5.3.0 3.0.3 5.4.0

Installation

You can either use the generated clients from clients/<lang>/generated/ directory.

Or you can use the published packages like below:

Install JavaScript client:

npm install pinterest-sdk

Install Python client:

pip install pinterestsdk

Install Ruby client:

gem install pinterest_sdk

Colophon