You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement listAppMetadata() and setDisplayName() of ProjectManagement class (#546)
* Added AppMetadata type
* Declare setDisplayName and listAppMetadata (unimplemented)
* Declare listAppMetadata and setDisplayName methods in Project Management class (#12)
* Added AppMetadata type
* Declare setDisplayName and listAppMetadata (unimplemented)
* Update AndroidAppMetadata and IosAppMetadata
* Change AppMetadata to interface and displayName to be optional
* listAppMetadata: implement api request
* listAppMetadata: implement listAppMetadata in ProjectManagement class (#16)
* listAppMetadata: implement listAppMetadata in ProjectManagement class
* Clean up code to address comments
* Fix: non ios/android apps should be listed as PLATFORM_UNKNOWN (#18)
* Add integration test for ProjectManagement.listAppMetadata() (#17)
* Add integration test
* Fix listAppMetadata integration test
* Implement setDisplayName() for ProjectManagement class (#19)
* Implement setDisplayName() for ProjectManagement class
* fix integration test to address comment
* Enable promise support for integration test
* Fix listAppMetadata to match the update on AppMetatdata interface
* Handle nullable displayName and enum string mapping issues
* Update test for null display name
0 commit comments