Blake Watters
8b256ab418
Fix baseURL associated objects
2012-09-26 23:38:20 -04:00
Blake Watters
ee9ae20823
Add associated object from request URL to baseURL in order to workaround issues with NSURLRequest clobbering the baseURL
2012-09-26 22:46:32 -04:00
Blake Watters
098edd1fec
Throw a build failure if not compiled with ARC (boosted from AFNetworking/AFNetworking#541 )
2012-09-26 20:44:17 -04:00
Blake Watters
afd9d16419
Formatting cleanups
2012-09-26 20:35:29 -04:00
Blake Watters
cda18ec3e4
Use RKMIMESerialization for serializing parameters instead of passing through to AFHTTPClient
2012-09-26 20:34:40 -04:00
Blake Watters
979854bf5a
Fix crash
2012-09-24 18:22:51 -04:00
Blake Watters
eaad20eb66
Add RKStringFromNetworkReachabilityStatus function
2012-09-19 13:30:59 -04:00
Jawwad Ahmad
e6e515d0c7
Use the return value of the merged dict for the params. Closes #938 .
2012-09-18 15:52:54 -04:00
Jawwad Ahmad
bfbc345ee8
Rename RKDictionaryByReverseMergingDictionaryWithDictionary -> RKDictionaryByMergingDictionaryWithDictionary, since a reverse merge would imply that values in the 1st dictionary take priority whereas we want values in the 2nd dict to overwrite values in the 1st. Refs #938 .
2012-09-18 15:24:50 -04:00
Blake Watters
709c3d324b
Drop category methods in favor of C functions for required functionality to reduce API size and avoids namespace conflicts
2012-09-11 16:48:18 -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
a74b8717dc
Pulling out RKURL in favor of vanilla NSURL
2012-09-03 17:07:09 -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