AlamofireObjectMapper icon indicating copy to clipboard operation
AlamofireObjectMapper copied to clipboard

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper

Results 67 AlamofireObjectMapper issues
Sort by recently updated
recently updated
newest added

Compiler error when trying to build a project after updating modules. target - iOS 11

Hello. Thank you for AlamofireObjectMapper. In this pull request I replaced Alamofire 5.0.0-rc3 with Alamofire 5.

func getUsers() { let URLSTring = "https://jsonplaceholder.typicode.com/posts" AF.request(URLSTring).responseJSON { response in if let JSON = response.data { let str = String(decoding: JSON, as: UTF8.self) //print(str) let result = Mapper().map(JSONString: str)...

Alamofire verison is (pod info): `Installing Alamofire 5.0.5 (was 5.4.1)` AlamofireObjectMapper version is (pod info): `Installing AlamofireObjectMapper (6.0.0)` ![image](https://user-images.githubusercontent.com/2630290/105632769-f2192300-5e8f-11eb-9695-c9a70997eecb.png) Generic type 'DataResponse' specialized with too few type parameters (got 1,...

Created to use it with Swift Package Manager

based on pod versions: - AlamofireObjectMapper (5.2.0): - Alamofire (~> 4.7) - ObjectMapper (~> 3.4)