File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ JSONAPI support for loopback.
1212[ http://jsonapi.org/ ] ( http://jsonapi.org/ )
1313
1414## Status
15- This project is a work in progress. Consider it beta software. For ember users, this should be basically.
16- The functionality that is present is pretty well tested. 100+ integration tests and counting!
15+ This project is a work in progress. Consider it beta software. For ember users, the component
16+ should now be basically feature complete. Please test and report any issues.
17+ The functionality that is present is pretty well tested. 130+ integration tests and counting!
1718
1819Currently supported:
1920- Find all records via GET
@@ -26,9 +27,9 @@ Currently supported:
2627- Find relationships via GET eg. /posts/1/relationships/author (belongsTo, hasMany, hasOne)
2728- Creating resource relationship linkages during a resource create
2829- Updating/deleting resource relationship linkages during a resource update
29- - [ Side loading data] ( http://jsonapi.org/format/#fetching-includes ) via ` include ` param
30+ - [ Side loading data] ( http://jsonapi.org/format/#fetching-includes ) via ` include ` param
3031
31- Not yet properly supported:
32+ Not yet supported:
3233- manipulating relationships directly via:
3334 - POST /: resource /relationships/: relatedResource
3435 - PATCH /: resource /relationships/: relatedResource
You can’t perform that action at this time.
0 commit comments