File tree Expand file tree Collapse file tree 7 files changed +36
-5
lines changed
Expand file tree Collapse file tree 7 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 1+ Amazon Attribution open beta API
2+ ================================
3+
4+ .. toctree ::
5+ :maxdepth: 1
6+
7+ attribution/advertisers
8+ attribution/publishers
9+ attribution/attribution_tags
10+ attribution/reports
Original file line number Diff line number Diff line change 1+ Advertisers
2+ ===========
3+
4+ .. autoclass :: ad_api.api.attribution.Advertisers
5+
Original file line number Diff line number Diff line change 1+ Attribution tags
2+ ================
3+
4+ .. autoclass :: ad_api.api.attribution.Tags
5+
Original file line number Diff line number Diff line change 1+ Publishers
2+ ==========
3+
4+ .. autoclass :: ad_api.api.attribution.Publishers
5+
Original file line number Diff line number Diff line change 1+ Reports
2+ =======
3+
4+ .. autoclass :: ad_api.api.attribution.Reports
5+
Original file line number Diff line number Diff line change 5656
5757# General information about the project.
5858project = u'Python Amazon Advertising API'
59- copyright = u'2021 , DAC'
59+ copyright = u'2022 , DAC'
6060author = u'DAC'
6161
6262# The version info for the project you're documenting, acts as replacement for
6363# |version| and |release|, also used in various other places throughout the
6464# built documents.
6565#
6666# The short X.Y version.
67- version = u'0.1.5 '
67+ version = u'0.1.6 '
6868# The full version, including alpha/beta/rc tags.
69- release = u'0.1.5 '
69+ release = u'0.1.6 '
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ This project helps you using python 3.8 to use the *Python Amazon Advertising AP
1515 installation
1616 credentials
1717 api
18+ attribution
1819 sp_v2
1920 sp_v3
2021 sb
2122 sd
2223 disclaimer
2324
2425
25- .. versionadded :: 0.1.5
26- The *Sponsored Products 3.0 * api.
26+ .. versionadded :: 0.1.6
27+ The *Amazon Attribution open beta * api.
2728
2829.. literalinclude :: example.py
You can’t perform that action at this time.
0 commit comments