- Add Catalyst profile types (#113) via @MortenGregersen
- Add limit property to PagedDocumentLinks and use it in requests (#111) via @DechengMa
- Merge release 1.1.2 into master (#108) via @SwiftLeeBot
- Return Response instead of Void for "Sales and Finance Reports" endpoints (#100) via @DechengMa
- Add public init to CapabilitySetting and CapabilityOption (#106) via @DechengMa
- Add paging to listProfiles endpoint (#107) via @DechengMa
- List/Read Certificates fails to parse response. (#104) via @orj
- Merge release 1.1.1 into master (#99) via @SwiftLeeBot
- Fix Prerelease Versions filter (#98) via @orj
- Merge release 1.1.0 into master (#97) via @SwiftLeeBot
- Fix the parsing of Profile responses (#95) via @orj
- Added missing build relationships (#96) via @Nafisa2020
- Limit for listing invited users is not implemented (#93) via @adamjcampbell
- Merge release 1.0.3 into master (#92) via @SwiftLeeBot
- Profile.Attributes createDate should be createdDate (#90) via @orj
- APIEndpoint.listBundleIds doesn't have 'include' parameter. (#88) via @orj
- Naming mismatch for
include
field in Response (#86) via @DechengMa - Merge release 1.0.2 into master (#85) via @SwiftLeeBot
- Add test target for development (#84) via @adamjcampbell
- Fix filter naming mismatch in ListBuilds (#83) via @DechengMa
- Implement list users limit (#82) via @adamjcampbell
- Fix ListBetaTesters.Fields (#80) via @yonaskolb
- Merge release 1.0.1 into master (#79) via @SwiftLeeBot
- Device.attributes.devicesClass is misnamed (#76) via @ruipfcosta
- Wrong response type for getAllCertificates call (#72) via @ristkof
- Merge release 1.0.0 into master (#74) via @SwiftLeeBot
- Trying to build a command line tool (#69) via @AvdLee
- Make it a requirement to have SwiftLint setup locally (#58) via @AvdLee
- Implement WeTransfer-iOS-CI (#71) via @AvdLee
- Sometimes the bundle id has platform = "UNIVERSAL" (#70)
- Adds response data for requests with a void result type. (#66)
- Add support for Profiles and Devices endpoints (#65)
- SPM issues about macOS version (#61)
- Add support for Bundle IDs and Capabilities endpoints (#57)
- typo fix for issue 42 (#62)
- Remove custom Result type (#59)
- Rename Certificates method name to align with API design (#55)
- Fix indentation in docs (#56)
- Fix CI and Danger reports (#54)
- Add support for Certificates endpoints (#53)
- Implemented Register a New Bundle ID endpoint (#51)
- Make error messages more verbose when debugging (#52)
- Updated Swift Package Manager installation instructions (#50)
- Swift 5.1 support (#49)
- Date decoding issue (#43)
This is the initial release of the SDK, including the following features:
- Configuration with API Key
- APIProvider with endpoints structure
- Add models for all endpoints
- JWT Logic to sign requests
- Get started section in the readme
- Support for Mac
- TestFlight API implementation
- Users and Roles implementation
- Sales and Finances implementation
- Replace Alamofire dependency with own simple URLSession implementation