You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
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.
4
4
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
+
5
10
## Installation
6
11
7
12
### Drop-in Classes
@@ -12,7 +17,7 @@ Clone the repository and drop in the .h and .m files from the "Classes" director
12
17
JSONAPI is available through [CocoaPods](http://cocoapods.org), to install
0 commit comments