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

Feature fixes for differences between SDK Models and Server Code + latest spec #92

Closed rushabhvaria closed 1 year ago

rushabhvaria commented 1 year ago
  1. Add missing attributes to AdAccount model
  2. Update spend cap for campaigns based on server side validation
  3. Add missing attributes to Campaign model
  4. Add missing attributes to AdGroup model and integration test utils
  5. Use PinCreate from generated client in Pin model for pin creation
  6. Update .gitignore with log file
  7. Fix conversion tag and event model and tests
  8. Fix tests for Pin model
  9. Change test constants for Board model integration tests
  10. Change Board tests to generate a random board name to avoid collision
  11. Clean all organic data before running integration tests