AvdLee / appstoreconnect-swift-sdk

The Swift SDK to work with the App Store Connect API from Apple.
Other
1.48k stars 198 forks source link

Conforming Response to Codable #229

Closed marcelmendesfilho closed 1 year ago

marcelmendesfilho commented 1 year ago

This very small PR conforms Response object to Codable so it can be used as a generic object.

SwiftLeeBot commented 1 year ago
Fails
:no_entry_sign: Type 'T' does not conform to protocol 'Decodable'
:no_entry_sign: Type 'T' does not conform to protocol 'Decodable'
:no_entry_sign: Command SwiftCompile failed with a nonzero exit code
:no_entry_sign: Testing cancelled because the build failed.
Warnings
:warning: 'Prices' is deprecated: Deprecated
:warning: 'AvailableTerritories' is deprecated: Deprecated
:warning: 'InAppPurchases' is deprecated: Deprecated
:warning: 'Prices' is deprecated: Deprecated
:warning: 'AvailableTerritories' is deprecated: Deprecated
:warning: 'InAppPurchases' is deprecated: Deprecated
:warning: 'AppPrice' is deprecated: Deprecated
:warning: 'AgeRatingDeclaration' is deprecated: Deprecated
:warning: 'AgeRatingDeclaration' is deprecated: Deprecated
:warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
:warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
:warning: 'Prices' is deprecated: Deprecated
:warning: 'AvailableTerritories' is deprecated: Deprecated
:warning: 'Prices' is deprecated: Deprecated
:warning: 'AvailableTerritories' is deprecated: Deprecated
:warning: 'AppPrice' is deprecated: Deprecated
:warning: 'AppPrice' is deprecated: Deprecated
:warning: 'AgeRatingDeclaration' is deprecated: Deprecated
:warning: 'Prices' is deprecated: Deprecated
:warning: 'AvailableTerritories' is deprecated: Deprecated
:warning: 'InAppPurchases' is deprecated: Deprecated
:warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
:warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
:warning: 'Prices' is deprecated: Deprecated
:warning: 'AvailableTerritories' is deprecated: Deprecated
:warning: 'AppPrice' is deprecated: Deprecated
Messages
:book: View more details on Bitrise

Code Coverage Report

Name Coverage

Generated by :no_entry_sign: Danger Swift against 90fb4c7a3a247c1f01690dc8b2ec49d197f1224e

marcelmendesfilho commented 1 year ago

Will open another PR using the right branch this time.