Skip to content

Architecture Update

Compare
Choose a tag to compare
@pitchmuc pitchmuc released this 14 Oct 06:12
· 219 commits to master since this release
  • Changing Architecture on the requests to Adobe Analytics API for the main class.
    This add the following functionalities:
    • retry parameter : a parameter that set the number of time you want to retry a GET method if the first one fails.
    • independance between Analytics instances : possibility to use the same script for 2 loggins company or even 2 experiences clouds API access.
    • Possibility to start directly with Analytics class if you already know you companyId.
  • Adding a new class Loggin that enables you to retrive the companyId
  • Ensuring that legacy methods (getCompanyId) is still available from the main module.
  • Adding test for GET methods of the core library (Analytics class)
  • Adding test documentation for setting tests
  • Adding release information