pinterest-python-sdk
pinterest-python-sdk copied to clipboard
An SDK that makes it quick and easy to build applications with Pinterest API.
**Describe the bug** I'm able to create pins using the python requests package and endpoint provided in the Pinterest API docs but when I try using the SDK I get...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Hey. I'm trying to create a pin via API. It works well for my user, but I also want to be able to create pins for my business account. I've...
Update required Pinterest-Generated-Client version Update Pin and Board models with new properties Update integration tests
- Add support to: - Get ad account analytics endpoint (`GET ad_accounts/{ad_account_id}/analytics`) - Get targeting analytics for an ad account endpoint(`GET ad_accounts/{ad_account_id}/targeting_analytics`) - Get ad group analytics endpoint (`GET ad_accounts/{ad_account_id}/ad_groups/analytics`)...
```py from pinterest.organic.pins import Pin ModuleNotFoundError: No module named 'pinterest.organic'; 'pinterest' is not a package ``` **Additional Details (please complete the following information):** - OS and Version: Linux Kali GNU/Linux...
- Update generated client to 0.1.7: https://github.com/pinterest/pinterest-python-sdk/pull/81/commits/b3d00686c407ceae572ca0131473a7cad9eea486 - Fix null config bug for converion_tag:
- Analytics Response base model outline and fields - Analytics utils - Add Campaign analytics - Add Ad analytics - Add group analytics - Add Pin analytics