pinterest / pinterest-python-sdk

An SDK that makes it quick and easy to build applications with Pinterest API.
Apache License 2.0
43 stars 28 forks source link

Fix bug for following bookmark on list_pins in Board model #103

Closed rushabhvaria closed 1 year ago

rushabhvaria commented 1 year ago

Due to Pin model not having a get_all function, there was an issue when trying to follow the bookmark as it previously called Board.get_all() instead of Board.list_pins()