mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Refactored object loaders to provide easier support for non-nested JSON responses. There are new flavors of getObject:, postObject:, etc.
that allow the developer to explicitly specify the object mapping to use for processing the response. closes #168
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
//
|
||||
|
||||
@interface RKRequest (Internals)
|
||||
- (void)prepareURLRequest;
|
||||
- (BOOL)prepareURLRequest;
|
||||
- (void)didFailLoadWithError:(NSError*)error;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user