文件名称:UnboxedAlamofire:[已弃用] Alamofire +取消装箱
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-24 19:39:40
macos swift ios json cocoapods
未装箱 :warning: 已淘汰 不推荐使用UnboxedAlamofire以及不推荐使用而使用Swift的内置Codable API。 + :下载JSON并将其解码为快速对象的最简单方法。 特征 单元测试 充分记录 映射到对象的响应 将响应映射到对象数组 关键路径 嵌套键路径 对于Swift 2.x,请使用1.x和分支 对于Swift 3.x,请使用2.x 用法 您请求的对象必须符合协议。 获取对象 Alamofire. request (url, method : . get ). responseObject { ( response : DataResponse < Candy> ) in // handle response let candy = response. result . value // handle error
【文件预览】:
UnboxedAlamofire-master
----.travis.yml(857B)
----Cartfile.resolved(72B)
----.gitmodules(174B)
----UnboxedAlamofire()
--------UnboxedAlamofire.swift(7KB)
--------UnboxedAlamofire.h(558B)
--------Info.plist(808B)
----Alamofire()
----.swift-version(3B)
----UnboxedAlamofire.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(59KB)
--------xcshareddata()
----Unbox()
----UnboxedAlamofireTests()
--------Candy.swift(434B)
--------UnboxedAlamofireTests.swift(6KB)
--------Info.plist(733B)
--------fixtures()
----UnboxedAlamofire.podspec(712B)
----LICENSE(1KB)
----.gitignore(1KB)
----README.md(3KB)
----Cartfile(71B)