Objective-C REST Simple
- (void)fetchSomething { [[LRResty client] get:@"http://www.example.com" withBlock:^(LRRestyResponse *r) { NSLog(@"That's it! %@", [r asString]); }]; }