Moya-ModelMapper icon indicating copy to clipboard operation
Moya-ModelMapper copied to clipboard

ModelMapper bindings for Moya.

Results 9 Moya-ModelMapper issues
Sort by recently updated
recently updated
newest added

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 ![captura de pantalla 2018-04-06 a la s 09 42 50](https://user-images.githubusercontent.com/33128959/38430701-3691bb0c-397f-11e8-9ef2-46a95cbc190b.png) 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...