pinterest-python-sdk icon indicating copy to clipboard operation
pinterest-python-sdk copied to clipboard

An SDK that makes it quick and easy to build applications with Pinterest API.

Results 15 pinterest-python-sdk issues
Sort by recently updated
recently updated
newest added

- Initialize a ProductGroupPromotion model - Add all properties for ProductGroupPromotion model - [Not Done Yet] Add a unit test and integration test for GET product_group_promotion by id

feature

When I'm trying to list all boards sections I'm getting this exception ``` AttributeError: 'BoardSection' object has no attribute '_generated_api_get_fn_args' ``` How to reproduce: ``` Board('board_id').list_sections() ```

bug

**Describe the bug** The [Lifetime Budget](https://github.com/pinterest/pinterest-python-sdk/blob/72f3c2ab15ef87754c732aa4f06520ba50c5b3c9/pinterest/ads/campaigns.py#L379) update fails because it does not wrap the CampaignUpdateRequest in a list like the [Daily Budget](https://github.com/pinterest/pinterest-python-sdk/blob/72f3c2ab15ef87754c732aa4f06520ba50c5b3c9/pinterest/ads/campaigns.py#L401) update. If a Life time budget update is...

bug

**Describe the bug** In the requirements.txt, the dependency on python-dotenv is hard set to 0.20. This is causing dependency issues with many python libraries like pydantic and pydantic-settings. **To Reproduce**...

bug

**What is your feature request? Please describe.** Currently this library is locked to a two year-old version of urllib3. urllib3 is now up to 2.2.2 -- it has been on...

enhancement