RESTClient 0.1.0

RESTClient 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by Ahmad Baraka.



 
Depends on:
ReactiveCocoa>= 0
Mantle>= 0
ReactiveViewModel>= 0
 

  • By
  • Ahmad Baraka

RESTClient is an objective-c code for building applications as RESTClient which implements MVVM design pattern. The library makes use of ReactiveCocoa and ReactiveViewModel.

For Model layer, the library makes use of Mantle.

For making API calls, you need to subclass RTApiClient and implement requestPath:parameters:HTTPMethod:

Usage

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

Requirements

Installation

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

pod "RESTClient"

Author

Ahmad Baraka, [email protected]

License

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