APIFire 2.0.0

APIFire 2.0.0

Maintained by Zack Sheppard.



APIFire 2.0.0

  • By
  • Zack Sheppard

APIFire

A lightweight toolkit for querying APIs, built on top of Alamofire.

Version License Platform

APIFire is an opinionanted, encapsulated toolkit for defining APIs. It includes protocols for common kinds of API endpoints. It can form these into managed and easy to call structures that use Alamofire (and underlying native URLSession calls) to do over-the-wire communication, and uses Decodable to convert response JSON to usable models.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

This project is built in Swift 5.1 and requires that version or higher.

The project itself depends on the Alamofire library (version ~5.2), so it will be installed by cocoapods if it isn't included in your project already.

Installation

APIFire is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'APIFire'

Author

Zack Sheppard, [email protected]

License

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