Open source network abstraction layer that encapsulates calling Alamofire directly.
I'm using the moya library to make a POST request. In TargetType, I couldn't able to see any property to …
ios swift moyaI'm using Moya 10.0.1 and I'm having a problem when I'm trying to upload an image to the server. I did …
ios swift multipartform-data moyaThis is how my Endpoint looks: extension MyEndpoint: TargetType { var baseURL: NSURL { return NSURL(string: "http://10.0.1.13:5000")! } var path: String { switch …
swift moyaI'm creating an API layer using Moya and keep getting the above mentioned error for the .updateMyWeightGoal target when I'm …
ios swift enums objectmapper moya