Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

v1.5

Compare
Choose a tag to compare
@dakra dakra released this 16 May 05:43
· 17 commits to master since this release
  • :meth:atomx.Atomx.report takes name parameter to name reports
  • remove network scope in :meth:atomx.Atomx.report and add
    network_managed, network_buy, network_sell
  • Add new models:
    • :class:atomx.models.AccountManager (alias for User)
    • :class:atomx.models.CampaignDebugReason
    • :class:atomx.models.CreativeAttribute
    • :class:atomx.models.PlacementType
    • :class:atomx.models.Visibility
  • Add :meth:atomx.models.Report.save to edit name and emails
    of a :class:atomx.models.Report
  • :meth:atomx.Atomx.get also accepts a model class or instance as resource argument.
    E.g.: atomx_api.get(atomx.models.Advertiser) or atomx_api.get(atomx.models.Advertiser(42))
  • Add :mod:pickle support for :mod:atomx.models.
  • Save HTTP headers in :attr:atomx.Atomx.last_response.
  • Add history support. :meth:atomx.models.AtomxModel.history.
  • Use api version 3::
    • Fast reporting. No more polling if reports are ready.
    • Use authentication token in HTTP header instead of cookies.
    • Model and attribute changes