pinterest / pinterest-python-sdk

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

Pass client to base method from entity `create` `@classmethod` #112

Closed rushabhvaria closed 1 year ago

rushabhvaria commented 1 year ago

This PR fixes entity create methods as previously users were unable to pass SDK clients from the class to the base model create method.