Resty is a simple to use HTTP library for Cocoa and iOS apps, aimed at consuming RESTful web services and APIs. It enables you to make requests in fewer lines of code than using the built-in NSURLConnection API (which LRResty is built on). This is what it looks like: - (void)fetchSomething { [[LRResty client] get:@"http://www.example.com" withBlock:^(LRRestyResponse *r) { NSLog(@"That's it! %@", [