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-06-11 08:14:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca32f120b97becdc25574db30bd554bc8edd396b
RestKit
/
Specs
/
Support
History
Blake Watters
f88e3dc0cb
Added test coverage for parsing XML from the national weather service.
fixes
#298
2011-09-03 18:32:54 -04:00
..
NSDictionary+RKRequestSerializationSpec.m
Added various tests for url encoding dictionaries.
2011-08-27 16:23:11 -05:00
RKJSONParserJSONKitSpec.m
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
RKXMLParserSpec.m
Added test coverage for parsing XML from the national weather service.
fixes
#298
2011-09-03 18:32:54 -04:00