AFCollectionJSONRequestOperation
is an AFJSONRequestOperation
subclass for working with the Collection+JSON Hypermedia Type.
Specifically, AFCollectionJSONRequestOperation
provides a AFCollectionJSONCollection
response object, which contains an array of AFCollectionJSONItem
objects. {"name": ..., "value": ...}
becomes an NSDictionary
with keys and values, URL strings become NSURL
, and links are keyed by rel
in the linksKeyedByRel
property.
Caution: This code is still in its early stages of development, so exercise caution when incorporating this into production code.
Mattt Thompson
AFCollectionJSONRequestOperation is available under the MIT license. See the LICENSE file for more info.