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
- Host: GitHub
- URL: https://github.com/oapicf/pinterest-sdk
- Owner: oapicf
- License: mit
- Created: 2022-05-06T13:40:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T02:38:07.000Z (8 months ago)
- Last Synced: 2025-04-15T20:12:46.005Z (6 months ago)
- Topics: oapicf, openapi, pinterest
- Language: Java
- Homepage:
- Size: 73.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)) | [](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)) | [](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)) | [](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/)