Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
43da9c1
added functions about prerelease versions and build processing
Apr 24, 2020
18c51a6
.
fehmitoumi Apr 24, 2020
128d27f
Merge branch 'master' of https://github.com/Tuni/appstoreconnectapi
fehmitoumi Apr 24, 2020
5921b93
added some functions
fehmitoumi May 6, 2020
f0fbaf7
added some entry points for new appstore versions api
fehmitoumi Oct 27, 2020
b137506
new api version implemented
dmytrolutsyk Dec 1, 2020
b3469aa
add update category method
dmytrolutsyk Dec 2, 2020
c4601a4
update prilary category miss secondary category
dmytrolutsyk Dec 3, 2020
bdb4290
add app version and info localizations update and this commit contain…
dmytrolutsyk Dec 7, 2020
b9d78aa
added missing object definition for AppStoreVersion relationships
fehmitoumi Dec 8, 2020
c52dda6
deleted AppStoreState class
fehmitoumi Dec 8, 2020
b2727cb
Merge pull request #11 from Tuni/DevNewApiVersion_cleanup
dmytrolutsyk Dec 8, 2020
1997c2e
Merge branch 'DevNewApiVersion' into appInfoLocalization
fehmitoumi Dec 9, 2020
0377b27
fixed typo
fehmitoumi Dec 9, 2020
aad14c1
added again modify_app_store_version_localization ( removed accidenta…
fehmitoumi Dec 9, 2020
d84c0d5
Update api.py
dmytrolutsyk Dec 9, 2020
67792fa
change parameters of modify_app_info
dmytrolutsyk Dec 9, 2020
8293a0b
change list_app_store_info_localizations and add doc ref
dmytrolutsyk Dec 10, 2020
97c11b6
- change modify_app_store_info_localization and modify_app_store_vers…
dmytrolutsyk Dec 10, 2020
3b64fbd
Merge pull request #12 from Tuni/refactorAppInfoLocalization
dmytrolutsyk Dec 10, 2020
65e8d9e
Merge pull request #9 from Tuni/appInfoLocalization
dmytrolutsyk Dec 11, 2020
07b49db
add AgeRatingDeclarations class and methods to use read and modify ag…
dmytrolutsyk Dec 11, 2020
b9eb88f
Update resources.py
dmytrolutsyk Dec 11, 2020
983dc18
factorize read_age_rating_declarations_info, add good reference, refa…
dmytrolutsyk Dec 21, 2020
e4c9c4f
add territory class in ressouces.py and and add list_territories list…
dmytrolutsyk Dec 21, 2020
5f35499
Merge pull request #14 from Tuni/ageRatingrefacto
Tuni Dec 21, 2020
9b403fc
Merge pull request #8 from Tuni/DevNewApiVersion
Tuni Dec 21, 2020
e076eb4
Merge pull request #15 from Tuni/countriesRefacto
Tuni Dec 22, 2020
79725aa
add AppScreenshot AppScreenshotSet classes and list_all_app_screensho…
dmytrolutsyk Dec 22, 2020
0a2a6e6
change Ressource return
dmytrolutsyk Dec 22, 2020
37ebf54
add modify app screenshot method
dmytrolutsyk Dec 23, 2020
1fc401d
add modify_an_app_screenshot and create_an_asset_reversion
dmytrolutsyk Dec 24, 2020
d8403c5
upload asset methode no finished
dmytrolutsyk Dec 24, 2020
47ee04d
add read_app_screenshot_information and modify create_an_asset_reser…
dmytrolutsyk Dec 28, 2020
58c5a3b
add delete screenshot methid and update modify screenshot methid
dmytrolutsyk Dec 29, 2020
a12cba7
add replace_all_app_screenshots_for_an_app_screenshot_set
dmytrolutsyk Dec 31, 2020
ef3c1b4
reformate post data
dmytrolutsyk Jan 6, 2021
bd4b606
delete useless data print
dmytrolutsyk Jan 8, 2021
1c8230a
add create, read, modify, delete method for AppStoreVersionPhasedRele…
dmytrolutsyk Jan 12, 2021
4c2afa3
a quick fix to get all territories; the fix to do would be to support…
fehmitoumi Jan 18, 2021
e420774
added delete_app_store_version function
fehmitoumi Jan 20, 2021
def23ef
Merge pull request #17 from Tuni/delete_app_store_version
dmytrolutsyk Jan 21, 2021
e4e826a
add reference to upload_the_asset() method
dmytrolutsyk Jan 25, 2021
c7718e0
Merge branch 'dev' into assets
dmytrolutsyk Jan 25, 2021
606f87e
provisional fix issue with Content-type
dmytrolutsyk Jan 26, 2021
162fd5c
remplace precedent issue fix by generic headers
dmytrolutsyk Jan 26, 2021
bab9092
change variable heders to headers
dmytrolutsyk Jan 26, 2021
ab8bbc9
change headers construction in upload_the_asset and change some varia…
dmytrolutsyk Jan 29, 2021
87af4da
Update api.py
dmytrolutsyk Jan 29, 2021
f69c92e
Merge pull request #19 from Tuni/assets
Tuni Jan 29, 2021
4b57f6a
make _get_resource function to return None is no resource
fehmitoumi Feb 1, 2021
17b5bf0
add create and delete methode for screenshotSet
dmytrolutsyk Feb 16, 2021
fd43963
update profile ressource
Apr 23, 2021
495c60b
update BundleId ressource comment in Ressouce Class relationships bul…
Apr 27, 2021
59e5dd5
clean up and reuse callable on relationships
Apr 27, 2021
4e9c6f3
Merge pull request #20 from Tuni/assets
Tuni Apr 28, 2021
6a1d682
Merge pull request #21 from Tuni/provisioningProfileDl
Tuni Apr 28, 2021
db9c207
fix bad references
Jul 13, 2021
5872dc2
Merge pull request #23 from Tuni/appStoreVersionPhasedRelease
Tuni Jul 13, 2021
db3c674
app create_an_app_store_version_submission() method
Jul 16, 2021
52146de
Merge pull request #24 from Tuni/appsubmit
Tuni Jul 19, 2021
98a5f8b
implement AppStoreReviewDetail ressource and create, modify, read me…
Oct 1, 2021
89deb2d
update login/pwd in review detail works
Oct 4, 2021
739c871
update modify_an_app_store_review_detail
Oct 4, 2021
f228944
Merge pull request #25 from Tuni/updateStoreInfo_Login_pwd
Tuni Oct 20, 2021
ffa1d77
first commit
Feb 2, 2022
e3f9be0
send_an_invitation_to_a_beta_tester
Feb 4, 2022
1f11a4b
Merge pull request #26 from Tuni/update_beta_testers
Tuni Feb 4, 2022
9f74e2c
reduced token expiration so it does not fail cause of local machine m…
Feb 4, 2022
32a6227
Merge pull request #27 from Tuni/token-expiration-fix
Tuni Feb 5, 2022
363ead1
add read_app_store_version_localization_information and read_app_stor…
Apr 21, 2022
fa2c7c4
Merge pull request #31 from Tuni/TU
Tuni Apr 29, 2022
6d5fb63
add modify_a_beta_app_review_detail methode
Jun 3, 2022
46e3fb4
betaAppReviewDetail ok need to do beta app localization
Jun 15, 2022
d5401b7
beta app info localization blocked
Jun 15, 2022
b7fa520
ready to merge
Jun 16, 2022
625dbc2
Merge pull request #32 from Tuni/submit_testflight
Tuni Jun 16, 2022
fd41491
merge Ponytech api into mine
Jun 16, 2022
3f4bf8d
fix modify method
Jun 16, 2022
f2a96cc
fix missings things
Jun 17, 2022
d4cf12e
Merge pull request #2 from dmytrolutsyk/Ponytech-master
dmytrolutsyk Jun 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appstoreconnect/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .api import Api, UserRole
from .api import Api, UserRole, AppStoreState
Loading