pinterest / api-quickstart

Code that makes it easy to get started with the Pinterest API.
Apache License 2.0
125 stars 46 forks source link

implement get_analytics for v3/v4 and v5 #16

Closed davidchaiken closed 3 years ago

davidchaiken commented 3 years ago

Code, documentation, and unit tests for the v3/v4 and v5 implementation of analytics endpoints.

Refactors the attributes (parameters) code out of delivery_metrics (asynchronous analytics) so that the same base classes can be used for synchronous and asynchronous reporting across v3/v4 and v5.