Kiri is yet another network abstraction layer on top of Alamofire
.
Kiri<ServiceObject>(request: request).send() { response, error in
print(response)
}
pod "Kiri", :git => "https://github.com/junkpiano/Kiri.git"
.package(url: "https://github.com/junkpiano/Kiri.git", from: "1.0.2")
not yet.