Moya-ModelMapper
Moya-ModelMapper copied to clipboard
ModelMapper bindings for Moya.
Update SMP for Moya 15.0 and RxSwift 6.0
Hi, We would like to upgrade our project to RxSwift 6, and Moya-ModelMapper is the last dependency that still has to be upgraded for that to be possible. Are there...
``` { "args": {}, "data": "{\n\t\"target\": \"facebook\",\n\t\"token\": \"djkshksgjksgk\",\n\t\"username\": \"thienhaole92\",\n\t\"password\": \"123456\"\n}", "files": {}, "form": {}, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Cache-Control": "no-cache", "Connection": "close", "Content-Length": "104", "Content-Type": "application/json", "Host":...
I'm able to deserialize just fine, but can't seem to figure out how to serialize TO json. Would love some guidance. I'd like to use this json in a POST...
Currently I've installed the Pod and I got the following error  Any suggestions?
Hi guys, Have a problem: initial data: `[ { "field1": "Value1", "field2": "Value2 }, { "field1": "Value1", "field2": "Value2 }, ..... ` Mapping such json - don't have any problem...
I'm using RxTest to test my network services which makes use of a virtual time TestScheduler. However, in Single+ModelMapper, you have fixed schedulers which are incompatible with RxTest as they...
I'm having trouble building with Carthage error: could not read data from '/Users/.../Documents/.../Carthage/Checkouts/Moya-ModelMapper/Info.plist': The file “Info.plist” couldn’t be opened because there is no such file. Cartfile github "hackiftekhar/IQKeyboardManager" "v5.0.6" github...