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
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ JSONAPI support for loopback.
12
12
[http://jsonapi.org/](http://jsonapi.org/)
13
13
14
14
## Status
15
-
This project is a work in progress. Consider it alpha software.
16
-
I am VERY interested in help to get this module over the line. See the [issue tracker](https://github.com/digitalsadhu/loopback-component-jsonapi/issues)
15
+
This project is a work in progress. Consider it beta software. For ember users, this should be
16
+
basically working except for side loading which should be coming pretty soon.
17
+
The functionality that is present is pretty well tested. 100 integration tests and counting!
17
18
18
19
Currently supported:
19
20
- Find all records via GET
@@ -24,12 +25,15 @@ Currently supported:
24
25
- All errors have now been transformed into the correct JSON API format
25
26
- Find related records via GET eg. /posts/1/comments (belongsTo, hasMany, hasOne)
26
27
- Find relationships via GET eg. /posts/1/relationships/author (belongsTo, hasMany, hasOne)
28
+
- Creating resource relationship linkages during a resource create
29
+
- Updating/deleting resource relationship linkages during a resource update
27
30
28
31
Not yet properly supported:
29
-
- Create relationship via POST (hasMany, belongsTo, hasOne, etc)
30
-
- Update relationship via PATCH (hasMany, belongsTo, hasOne, etc)
31
-
- Delete relationship via DELETE (hasMany, belongsTo, hasOne, etc)
We have created a sample project using [EmberJS](http://emberjs.com), [Loopback](http://loopback.io) and this compoment. It's called [emberloop](https://github.com/tsteuwer/emberloop).
40
44
45
+
## Helping out
46
+
We are VERY interested in help. See the [issue tracker](https://github.com/digitalsadhu/loopback-component-jsonapi/issues)
0 commit comments