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

2.0.0 Release - Using OpenAPI #173

Closed AvdLee closed 2 years ago

AvdLee commented 2 years ago

This PR contains all the changes of the 2.0.0 release with entities and paths created using OpenAPI.

CI should also be fixed 🚀

SwiftLeeBot commented 2 years ago
Warnings
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Paths/PathsV1CiBuildRunsWithIDBuilds.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Paths/PathsV1AppsWithIDAppStoreVersions.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/AppClipAdvancedExperienceUpdateRequest.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/App.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Paths/PathsV1Apps.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Paths/PathsV1CiProductsWithIDApp.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/Build.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/AppInfo.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Paths/PathsV1AppsWithID.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/AppClipAdvancedExperience.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Paths/PathsV1Builds.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/CiBuildRun.swift, which is over 300 lines big.
:warning: Consider to place some `MARK:` lines for Sources/OpenAPI/Entities/AppStoreVersion.swift, which is over 300 lines big.
Messages
:book: View more details on Bitrise
:book: No tests found for the current changes in build/reports

SwiftLint found issues

Severity File Reason
Warning AppsListView.swift:43 Line should be 140 characters or less: currently 151 characters (line_length)
Warning AppsListView.swift:45 Line should be 140 characters or less: currently 151 characters (line_length)
Warning JWTRequestsAuthenticator.swift:21 Line should be 140 characters or less: currently 145 characters (line_length)
Warning DefaultRequestExecutor.swift:32 Chained function calls should be either on the same line, or one per line. (multiline_function_chains)
Warning DefaultRequestExecutor.swift:43 Chained function calls should be either on the same line, or one per line. (multiline_function_chains)
Warning Endpoint.swift:55 Line should be 140 characters or less: currently 149 characters (line_length)
Warning Endpoint.swift:63 Line should be 140 characters or less: currently 148 characters (line_length)
Warning Endpoint.swift:71 Line should be 140 characters or less: currently 150 characters (line_length)
Warning Endpoint.swift:79 Line should be 140 characters or less: currently 151 characters (line_length)
Error APIProviderTests.swift:41 Line should be 160 characters or less: currently 326 characters (line_length)
Error APIProviderTests.swift:85 Line should be 160 characters or less: currently 168 characters (line_length)
Error APIProviderTests.swift:98 Line should be 160 characters or less: currently 168 characters (line_length)
Error APIProviderTests.swift:117 Line should be 160 characters or less: currently 168 characters (line_length)

Generated by :no_entry_sign: Danger Swift against d88e4729a7671f824ae9919ede7f4b88f0f99e6a

SwiftLeeBot commented 2 years ago

Congratulations! :tada: This was released as part of Release 2.1.0 :rocket:

Generated by GitBuddy