TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | May 2015 |
Maintained by Ahmad Baraka.
Depends on: | |
ReactiveCocoa | >= 0 |
Mantle | >= 0 |
ReactiveViewModel | >= 0 |
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:
To run the example project, clone the repo, and run pod install
from the Example directory first.
RESTClient is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RESTClient"
Ahmad Baraka, [email protected]
RESTClient is available under the MIT license. See the LICENSE file for more info.