SkillAgentSearch skills...

MTHTTPFetcher

A Git-Clone of Matt Gallaghers' HTTP, XML and JSON Fetcher using JSONKit

Install / Use

/learn @myell0w/MTHTTPFetcher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Excerpt from Matt Gallaghers Blog "Cocoa With Love", http://cocoawithlove.com/2011/05/classes-for-fetching-and-parsing-xml-or.html

Classes for fetching and parsing XML or JSON via HTTP

In this post I show two reusable classes for fetching data via HTTP: one that parses the result as XML and another that parses as JSON. These are relatively simple tasks but due to the number of required steps, they can become tiresome if you don't have robust, reusable code for the task. These classes will work on iOS or on the Mac but the optional error alerts and password dialogs are only implemented for iOS.

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated12y ago
Forks2

Languages

Objective-C

Security Score

60/100

Audited on Nov 5, 2013

No findings