Blake Watters
1d1424da73
Updates to ensure AFNetworking builds with reachability from static library target
2012-09-20 08:12:29 -04:00
Blake Watters
eaad20eb66
Add RKStringFromNetworkReachabilityStatus function
2012-09-19 13:30:59 -04:00
Blake Watters
b3c3493299
Fix formatting causing code block rendering in Appledoc
2012-09-16 13:42:43 -04:00
Blake Watters
3645d73312
Docs update for RKObjectManager
2012-09-12 10:28:42 -04:00
Blake Watters
1218decf3c
Parameter docs for get/post/put/patch/delete object flavors
2012-09-12 09:51:23 -04:00
Blake Watters
c7bc76711d
Add support for creating an NSMutableURLRequest for a relationship
2012-09-10 18:00:15 -04:00
Blake Watters
27984265a7
Clean up issues instantiating managed vs unmanaged object request operations through the object manager.
2012-09-10 14:51:27 -04:00
Blake Watters
e5aed512a7
Add new optimization to permit RKObjectRequestOperation to avoid the network and use an existing cached response. Update initialization paths for RKObjectRequestOperation to work with requests instead of request operations.
2012-09-09 18:25:43 -04:00
Blake Watters
5688c4d2ee
Header updates work in progress
2012-09-09 12:35:08 -04:00
Blake Watters
565248ca88
requestForRouteNamed: -> requestWithPathForRouteNamed:
2012-09-07 11:47:11 -04:00
Blake Watters
8835d4bbbe
Normalize routable object request primitives around the getObjectAtPath naming convention for consistency. Docs update.
2012-09-07 11:39:24 -04:00
Blake Watters
bed7779be4
Kill default mapping queue. Basic header docs for RKObjectManager
2012-09-06 11:48:31 -04:00
Blake Watters
6af117cd80
API consistency cleanup: multipartFormRequestForObject: -> multipartFormRequestWithObject:
2012-09-05 21:00:24 -04:00
Blake Watters
22a68baf0c
Rework podspec to organize header file imports to match existing RestKit releases
2012-09-05 11:04:42 -04:00
Blake Watters
627f6f5b7b
Resource Path -> Path
2012-09-04 21:24:33 -04:00
Blake Watters
10377d0a70
Overhaul RKParser API's for clarity and simplicity:
...
* Adds support for NSJSONSerialization. closes #476
* Renames RKParser to RKSerialization
* Renames RKParserRegistry to RKMIMETypeSerialization
* Rework serialization implementations API's to use class methods
* Fold together string and regular expression matching for MIME Type registrations
* Port serialization implementations to working off of NSData instead of NSString. refs #762
* Migrate JSONKit to being an optional component. See https://github.com/RestKit/RKJSONKitSerialization
2012-09-04 13:07:31 -04:00
Blake Watters
3eda5832cb
Migrating files between modules to better reflect logical grouping with AFNetworking in the mix
2012-09-03 16:51:13 -04:00