pinterest / api-quickstart

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

nodejs: video pin creation #44

Closed davidchaiken closed 2 years ago

davidchaiken commented 2 years ago

This pull request provides the nodejs implementation for the same video pin creation functionality that is currently working in python. It includes unit tests for all of the new functionality.

The end-to-end (e2e) tests that were previously working for python now work with nodejs. No changes in the e2e tests were required for nodejs.

davidchaiken commented 2 years ago

Hello, @See887777. Thanks for the review of this pull request. Please let me know if you have any feedback on this quickstart!