itsAlexNguyen / Chamber

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Swift 91.8%Language:Shell 7.0%Language:Objective-C 0.9%Language:Ruby 0.4%