TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2015 |
Maintained by Chris McKnight.
Depends on: | |
PromiseKit/Promise | ~> 1.5 |
RestKit | ~> 0.20 |
Wrapper for the RKObjectManager class to return a PromiseKit promise.
Promises clean up the structure of code and provide better data flow and error handling especially when using asynchronous methods.
RKObjectManager+PromiseKit.h
, RKObjectManager+PromiseKit.m
and RestKit-PromiseKit.h
into an XCode project with RestKit
and set the appropriate targets.Manual install
#import "RestKit-PromiseKit.h"
Cocoapods install
#import <RestKit-PromiseKit/RestKit-PromiseKit.h>
RKObjectManager
and use the resulting promise. [[RKObjectManager sharedManager] getObjectsAtPath:@"/articles" parameters:nil];
RestKit-PromiseKit is licensed under the MIT license. Please see the license for more information.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)