v0.2.0
Simplified Attribution methods in Tags Class.
- def get_macro_tag(self, **kwargs) -> ApiResponse:
- def get_non_macro_template_tag(self, **kwargs) -> ApiResponse:
Correct method named plural:
- get_advertisers
- get_publishers
Future Amazon Production Version Will Merge Advertisers, Publishers, Reports and Tags in >> Attribution for simplicity
@mkdir700