forked from RestKit/RestKit
-
Notifications
You must be signed in to change notification settings - Fork 9
Restkit Extensions
Blake Watters edited this page Jun 12, 2013
·
5 revisions
There are a number of official and third-party extension libraries available for use with RestKit:
- RKKiwiMatchers - A set of testing matchers that integrate RestKit with the Kiwi Behavior Driven Development testing framework.
- RKLog-NSLogger - Integration with RestKit's logging framework and NSLogger providing network delivery of logging output.
-
RKJSONKitSerialization - An
RKSerialization
implementation that uses JSONKit to serialize and deserialize JSON documents.
- LaneKit - A Ruby commandline tool for generating models and associated mappings for use with RestKit.
- RKBSONSerialization - A RestKit BSON serialization implementation using ObjCMongoDB