An open API service indexing awesome lists of open source software.

https://github.com/oapicf/pinterest-sdk

A set of Pinterest SDK in multiple languages generated from Open API specification
https://github.com/oapicf/pinterest-sdk

oapicf openapi pinterest

Last synced: 6 months ago
JSON representation

A set of Pinterest SDK in multiple languages generated from Open API specification

Awesome Lists containing this project

README

          

Avatar

[![Build Status](https://github.com/oapicf/pinterest-sdk/actions/workflows/ci-workflow.yaml/badge.svg)](https://github.com/oapicf/pinterest-sdk/actions/workflows/ci-workflow.yaml)

Pinterest SDK
-------------

Pinterest SDK is a set of generated client libraries for [Pinterest REST API](https://developers.pinterest.com/docs/api/v5/) from their [OpenAPI v3 specification](https://github.com/pinterest/api-description).

The client libraries are generated using [OpenAPI Generator](https://openapi-generator.tech/).

Published packages
------------------

| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [pinterest-sdk]((http://www.npmjs.com/package/pinterest-sdk)) | [![Published Version](https://img.shields.io/npm/v/pinterest-sdk.svg)](http://www.npmjs.com/package/pinterest-sdk) | [README](https://github.com/oapicf/pokeapi-client/blob/main/clients/javascript/generated/README.md) |
| Python | [pinterestsdk]((https://pypi.python.org/pypi/pinterestsdk)) | [![Published Version](https://img.shields.io/pypi/v/pinterestsdk.svg)](https://pypi.python.org/pypi/pinterestsdk) | [README](https://github.com/oapicf/pinterest-sdk/blob/main/clients/python/generated/README.md) |
| Ruby | [pinterest_sdk]((https://rubygems.org/gems/pinterest_sdk)) | [![Published Version](https://img.shields.io/gem/v/pinterest_sdk.svg)](https://rubygems.org/gems/pinterest_sdk) | [README](https://github.com/oapicf/pinterest-sdk/blob/main/clients/ruby/generated/README.md) |

Version matrix
--------------

| Pinterest SDK Version | Pinterest OpenAPI Spec Version | OpenAPI Version | OpenAPI Generator Version |
|-----------------------|--------------------------------|-----------------|---------------------------|
| 2.0.0 | 5.12.0 | 3.0.3 | 7.9.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//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
--------

* [API Documentation](https://oapicf.github.io/pinterest-sdk/api/latest/)