Skip to content

junkpiano/Kiri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiri

Build Status

Kiri is yet another network abstraction layer on top of Alamofire.

Usage

Kiri<ServiceObject>(request: request).send() { response, error in
    print(response)
}

Installation

Cocoapods

pod "Kiri", :git => "https://github.com/junkpiano/Kiri.git"

Swift Package Manager

.package(url: "https://github.com/junkpiano/Kiri.git", from: "1.0.2")

Carthage

not yet.

About

Yet another network abstruction layer on top of Alamofire. Background story is ->

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors