This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-04-11 11:39:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
40eb842dcce0dba0d76063eb9147c89033049f67
RestKit
/
RestKit.xcodeproj
History
Blake Watters
40eb842dcc
Store new objects by lookupValue instead of primaryKeyValue. This avoids creation of duplicated objects the are manufactured by findOrCreateInstanceOfEntity:
2011-07-07 22:40:46 -04:00
..
project.xcworkspace
Updating gitignore workspaces
2011-03-09 15:14:48 -05:00
xcshareddata
/xcschemes
Store new objects by lookupValue instead of primaryKeyValue. This avoids creation of duplicated objects the are manufactured by findOrCreateInstanceOfEntity:
2011-07-07 22:40:46 -04:00
project.pbxproj
Don't generate an unmappable content error if a successful status code is returned along with an empty response body. This enables the use of the status code to indicate success without any content for mapping. In these cases, we wrap the targetObject of the loader into a RKObjectMappingResult at the @"" keyPath so that the delegates are invoked as expected.
closes
#189
2011-07-06 22:01:10 -04:00
project.pbxproj.orig
Implemented nested mapping for structures similar to the BuildBot JSON structure.
fixes
#112
2011-06-17 15:36:28 -04:00