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
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
6
5
7
### Features
6
8
- 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
+
- Auto-links resources with custom link mapping definitions using `JSONAPIResourceLinker` (ex: link 'book' to 'books', link 'person' to 'people')
10
+
- Allows resource types to be created into subclasses of `JSONAPIResource` using `JSONAPIResourceModeler`
0 commit comments