docs/MigrationGuides/migration_8_to_9.md
This project follows Semantic Versioning.
parameters and parameterEncoding to the task computed property by using the case .requestParameters(parameters:encoding:).request with either .requestPlain (if you have no parameters) or .requestParameters(parameters:encoding:)parameters and parameterEncoding on Endpoints any more (e.g. addingParameters()), use the new task property instead.requestCompositeParameters(bodyParameters:bodyEncoding:urlParameters:).download(.request(destination)) to .downloadDestination(destination).upload(.file(url)) to .uploadFile(url).upload(.multipart(data)) to .uploadMultipart(data)AccessTokenAuthorizable conformance to TargetType's using the AccessTokenPlugin.AuthorizationType of .bearer if shouldAuthorize is true or undefined.RxMoyaProvider<Target> with MoyaProvider<Target> and use the .rx namespace to access the RxSwift API.ReactiveMoyaProvider<Target> with MoyaProvider<Target> and use the .reactive namespace to access the ReactiveSwift API.