daniel
|
20747ffa27
|
Merge branch 'master' of github.com:twotoasters/RestKit into new-example
|
2011-01-21 14:54:40 -05:00 |
|
Blake Watters
|
bf1cadc72e
|
Implemented RKMakePathWithObject. Cleaned up some TODO's
|
2011-01-20 11:24:47 -05:00 |
|
Jeremy Ellison
|
6a5ee2af7e
|
Revert "Remove per-file copyrights"
This reverts commit 91e7c6bb5e.
|
2011-01-12 15:27:19 -05:00 |
|
Jeremy Ellison
|
91e7c6bb5e
|
Remove per-file copyrights
|
2011-01-12 15:05:22 -05:00 |
|
Blake Watters
|
35ae5c8717
|
Updated signatures to include RKRequestDelegate protocol
|
2011-01-10 16:29:58 -05:00 |
|
Jeff Arena
|
88489747e8
|
add additional response convenience method for checking for a 503 response code; quiet a compiler warning regarding depracated client class method; add default support for generating a uialertview when restkit encounters a 503 response; added ability to turn 503 error on/off, as well as ability to customize the alert
|
2011-01-06 11:55:43 -08:00 |
|
Blake Watters
|
f1db54c156
|
Introduced RKMakeURL and RKMakeURLPath convenience methods for generating NSURL and NSString URL's quickly against the sharedClient's base URL. This can be useful if you have some web content in your app that loads off of sub-paths and want the convenience & flexibility of working off of resourcePath's instead of full URL's.
|
2011-01-03 12:49:31 -05:00 |
|
Jeff Arena
|
6249ece2bc
|
Merge branch 'reachability-queue-three20' of git://github.com/twotoasters/RestKit into reachability-queue-three20
Conflicts:
Code/Network/RKRequest.m
RestKit.xcodeproj/project.pbxproj
|
2010-12-01 21:06:54 -08:00 |
|
Jeff Arena
|
39f3d568e2
|
added reachability support at the manager and client level; added code to short circuit requests if offline; fixed issue with source parameter on loader related to passing managed objects across thread boundaries; added resource path property to the loader
|
2010-11-30 19:38:27 -08:00 |
|
Blake Watters
|
bd48ae37db
|
Changed globalClient and globalManager to sharedClient and sharedManager to be more in line with Cocoa framework. Marked old methods as deprecated.
|
2010-10-20 20:29:27 -04:00 |
|
Blake Watters
|
f3f09ab35d
|
Rewrote the README to reflect the new realities.
|
2010-10-01 14:26:21 -04:00 |
|
Blake Watters
|
bd93d43f94
|
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
|
2010-10-01 13:02:24 -04:00 |
|