pinterest / api-quickstart

Code that makes it easy to get started with the Pinterest API.
Apache License 2.0
119 stars 44 forks source link

support saving pins #73

Closed davidchaiken closed 2 years ago

davidchaiken commented 2 years ago

Saving pins (sometimes called "pinning") is one of the central features of Pinterest, and is now supported by API v5. This pull request adds support for saving pins in both python and nodejs. It includes unit and end-to-end tests. The end-to-end tests support only v5 (not v3), because the application configuration required for saving pins in v3 is not compatible with other end-to-end tests.