RestKitTest icon indicating copy to clipboard operation
RestKitTest copied to clipboard

simply RubyMotion example using RestKit

Results 1 RestKitTest issues
Sort by recently updated
recently updated
newest added

In the example, you show a simple get request, which works great, but when i'm trying to make a post using params and the RKClient.sharedClient.post (RKClient.sharedClient.post("my_url", params:params, delegate:self) ) method,...