Skip to content

Instantly share code, notes, and snippets.

@fzf
Created January 9, 2013 21:54
Show Gist options
  • Save fzf/4497312 to your computer and use it in GitHub Desktop.
Save fzf/4497312 to your computer and use it in GitHub Desktop.
[objectManager postObject:[User class] path:@"/users" parameters:@{@"user" : @{@"email" : @"test@example.com", @"password" : @"password"}} success:^(RKObjectRequestOperation *operation, RKMappingResult *mappingResult) {
NSLog(@"success");
} failure:^(RKObjectRequestOperation *operation, NSError *error) {
NSLog(@"failure");
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment