mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Updates to make parsedBody: implementation ready for merge. Migrated all remaining specs to RKSpec so failures don't cause crashes when you use the Hamcrest helpers. closes #153
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
/**
|
||||
* Return the response body parsed as JSON into an object
|
||||
*/
|
||||
- (id)parsedBody:(NSError*)error;
|
||||
- (id)parsedBody:(NSError**)error;
|
||||
|
||||
/**
|
||||
* Will determine if there is an error object and use it's localized message
|
||||
|
||||
Reference in New Issue
Block a user