Hacker News new | ask | show | jobs
by thelarry 5157 days ago
One thing to keep in mind about wrappers is that now a days kids like accessing APIs from mobile applications. With iOS you cannot simply just wrap curl calls like you would in PHP. Developers use weird and random REST API accessing frameworks in iOS.
1 comments

I would be interested in finding out more about these REST API accessing frameworks in iOS. Do you have any links?
Just off the top of my head I know of https://github.com/AFNetworking/AFNetworking, http://allseeing-i.com/ASIHTTPRequest/ (no longer supported but still used), and http://restkit.org/