Skip to content

Conversation

@dmytrolutsyk
Copy link
Collaborator

No description provided.

@dmytrolutsyk dmytrolutsyk added the enhancement New feature or request label Dec 7, 2020
@dmytrolutsyk dmytrolutsyk requested a review from Tuni December 7, 2020 16:19
Comment on lines 601 to 606
def modify_app_info(self, app_information: AppInfo, args):
"""
:reference: https://developer.apple.com/documentation/appstoreconnectapi/modify_an_app_info
:return: an iterator over AppInfo resources
"""
return self._modify_resource(app_information, args)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faudrait faire comme dans les autres fonctions de modify ( cf ce que j'ai fait sur modify_app_store_version ) et mettre des arguments ( ceux dont on a besoin pour le moment ).

Idéalement faudrait tous les mettre, mais ça n'est pas ce qui est fait dans l'API aujoud'hui. Peut etre que j'ouvrirai une discussion pour demander au dev originel si on devrait pas mettre tous les params possibles ou à défaut un dict générique supplémentaire pour pallier ce manquement.

Comment on lines 618 to 624
def modify_app_store_info_localization(self, AppInfoLocalization, attributes):
"""
:reference: https://developer.apple.com/documentation/appstoreconnectapi/modify_an_app_info_localization
:return: an iterator over AppInfoLocalization resources
"""
return self._modify_resource(AppInfoLocalization, attributes)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

même remarque pour que pour l'autre fonction modify

"""
return self._get_resource(Build, build_id)

def read_app_category_info(self, app_category_id):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

les fonctions sont regroupés en dessous de commentaires #

, il faudrait déplacer les 3 fonctions suivantes au bon endroit; le créer si besoin

fehmitoumi and others added 6 commits December 9, 2020 14:05
…ly )

added copyroth parameters form create and modify app store version functions
Change localisation of functions
…ion_localization parameters

- add reference for list_app_store_version_localizations and list_app_store_info_localizations
@dmytrolutsyk dmytrolutsyk merged commit 65e8d9e into DevNewApiVersion Dec 11, 2020
@dmytrolutsyk dmytrolutsyk deleted the appInfoLocalization branch December 21, 2020 16:08
dmytrolutsyk pushed a commit to dmytrolutsyk/appstoreconnectapi that referenced this pull request Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants