Skip to content

ZeusFramework/AFCollectionJSONRequestOperation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AFCollectionJSONRequestOperation

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.

Contact

Mattt Thompson

License

AFCollectionJSONRequestOperation is available under the MIT license. See the LICENSE file for more info.

About

AFNetworking Extension for Collection+JSON Hypermedia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors