We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
updated GET/POST params documentation
Updated Object Mapping (markdown)
I think this is a typo fix - the code as described here originally didn't compile for me. Switching to mappingForClass compiles, seems to work, though I'm still testing.
quick fix of https://github.com/RestKit/RestKit/issues/393. replaced [RKObjectManager managerWithBaseURL:] with [RKObjectManager objectManagerWithBaseURL:]
Fixed another bug when mapping relationships. The sample code showed the author keyPath being mapped twice, once as an attribute and again as a relationship. In this example, it should only be mapped once, as a relationship. Otherwise, there are NSAsserts in the code that will fails because of duplicate mappings for value.
Fixed a bug in the article/author relationship mapping sample code.
Fixed some incorrect references in the dynamic section
Added link to the key-value coding programming guide
Worked around formatting problems from ]]
Revert 9b2794e13f777912b6d1cdbb15600c551084e226 ... f7baabb26dd69bafe2e7a04adf3135c3aba4027c on Object Mapping
Revert d9fb375c02aeeb26ad31cf7f572db4194b873c2a ... 9b2794e13f777912b6d1cdbb15600c551084e226 on Object Mapping
Fix incorrect NSString literals in dynamic nested attribute section.
Created Object mapping (markdown)