RestKit-InExtensions icon indicating copy to clipboard operation
RestKit-InExtensions copied to clipboard

Extensions to help your RESTkit code be a bit more OOP.

Results 2 RestKit-InExtensions issues
Sort by recently updated
recently updated
newest added

Right now this is the way you encode responses and requests: ``` json { "response": [ { "class": "Notification", "keyPath": "notifications" }, { "class": "Notification", "pathPattern": "/my/api/path/one", "method": "GET" },...

Json is more lightweight, easier to maintain and read, and there're plenty editors out there to supplant Xcode's plist editor.