/Chamber

A Simple Network Client that returns a Swift Object as the response.

Primary LanguageSwiftMIT LicenseMIT

CocoaPods Compatible Platform

Chamber is an Elegant networking Client that transforms JSON to Swift Objects.

Sample Project

There's a sample project in the ChamberExample directory. To use it, run pod install to download the required libraries. Have fun!

Project Status

This project is actively under development. Will hopefully have production ready version shortly.

Installation

CocoaPods

For Chamber, use the following entry in your Podfile:

pod 'Chamber'

Then run pod install.

In any file you'd like to use Moya in, don't forget to import the framework with import Chamber.

Usage

TODO

Reactive Extensions

TODO

License

Chamber is released under an MIT license. See License.md for more information.