Skip to content

Commit 893d4f9

Browse files
author
Josh Holtz
committed
Merge branch 'master' of github.com:joshdholtz/jsonapi-ios
2 parents 1cade31 + e26bfeb commit 893d4f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
A library for loading data from a [JSON API](http://jsonapi.org) datasource. Parses JSON API data into models with support for auto-linking of resources and custom model classes.
44

5+
### Features
6+
- Parses datasource into manageable objects of `JSONAPIResource`
7+
- Auto-links resources with custom link mapping definitions using `JSONAPIResourceLinker` (ex: linke 'book' to 'books', link 'person' to 'people')
8+
- Allows resource types to be created into custom subclasses models of `JSONAPIResource` using `JSONAPIResourceModeler`
9+
510
## Installation
611

712
### Drop-in Classes
@@ -12,7 +17,7 @@ Clone the repository and drop in the .h and .m files from the "Classes" director
1217
JSONAPI is available through [CocoaPods](http://cocoapods.org), to install
1318
it simply add the following line to your Podfile:
1419

15-
pod 'JSONAPI', '~> 0.1.0'
20+
pod 'JSONAPI', '~> 0.1.1'
1621

1722
## Usage
1823

0 commit comments

Comments
 (0)