- March 31, 2018 - added `pycake.api.BuyerAPI` class - added `pycake.api.AdminAPI.get_lead_return_reasons()` function - changed `pycake.api.AdminAPI.conversion_changes()` to `pycake.AdminAPI.event_conversion_changes()` and updated to underlying API v17 - updated `pycake.api.AdminAPI.export_campaigns()` to underlying api v8
2.0.123
- January 23-24, 2018 - Bug fix: pypi packaging errors
2.0.4
- January 24, 2018 - Bug fix: `pycake.api.AdminAPI.leads_by_affiliate()` was pointed to incorrect api endpoint
2.0.0
- January 23, 2018 - `pycake.api.CAKEApi` replaced with `pycake.api.AdminAPI` - Added `pycake.api.AffiliateAPI` class - Previous `pycake.api.CAKEApi.conversions()` is now `pycake.api.AdminAPI.events_conversions()` - Previous `pycake.api.CAKEApi.get(item)` now split into separate `pycake.api.AdminAPI` functions for each item - `pycake.api.AdminAPI.leads_by_affiliate()` underlying API upgraded
1.12.0
- January 18, 2018 - Added `CAKEApi.conversion_dispositions()` function
1.11.1
- January 9, 2018 - Bug fix: some CAKEApi functions raised *TypeError: the JSON object must be str, bytes or bytearray, not 'dict'*