Home

Awesome

Language Swift 4.0


A common place for our Networking code. On iOS this can be tricky. Since Swift 4.0 this can be very straight forward with the Codable protocol. More info on WWWDC 2017 session video: New in Founcation

Our goal with Faro is:

Go play in the FaroPlayground.

Get started

Open the ./Example/Faro.xcworkspace and open the FaroPlayground. You will be guided into the concepts as you try out the code.

As always feedback more then welcome. (🍻 also!)

Asynchronous Throwing

Faro makes heavy use of Asynchronous Throwing. Why this is can be found a a super post from 2015 from @terhechte https://appventure.me/2015/06/19/swift-try-catch-asynchronous-closures/

Requirements

Installation

Faro is available through CocoaPods and the Swift Package Manager.

To install it with CocoaPods, add the following line to your Podfile:

pod "Faro", "~>3.0"

Contribution

More info on the contribution guidelines wiki page.

Coding Guidelines

We follow the iCapps Coding guidelines.

We use Swiftlint to keep everything neat.

License

Faro is available under the MIT license. See the LICENSE file for more info.