Skip to content

Commit 8b3a777

Browse files
author
Josh Holtz
committed
Merge branch 'master' of github.com:joshdholtz/jsonapi-ios
2 parents 4ecd7bc + 77e4114 commit 8b3a777

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# JSONAPI - iOS
22

3+
[![Build Status](https://travis-ci.org/joshdholtz/jsonapi-ios.png?branch=master)](https://travis-ci.org/joshdholtz/jsonapi-ios)
4+
35
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.
46

57
### Features
68
- 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`
911

1012
## Installation
1113

0 commit comments

Comments
 (0)