Skip to content

Commit 33a30ee

Browse files
committed
Update progress in README
1 parent 41240cf commit 33a30ee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Currently supported:
1919
- Update a record via PATCH
2020
- Delete a record via DELETE
2121
- All errors have now been transformed into the correct JSON API format
22+
- Find related records via GET eg. /posts/1/comments (belongsTo, hasMany, hasOne)
23+
- Find relationships via GET eg. /posts/1/relationships/author (belongsTo, hasMany, hasOne)
2224

2325
Not yet properly supported:
24-
- hasMany relations
25-
- hasOne relations
26-
- belongsTo relations
26+
- Create relationship via POST (hasMany, belongsTo, hasOne, etc)
27+
- Update relationship via PATCH (hasMany, belongsTo, hasOne, etc)
28+
- Delete relationship via DELETE (hasMany, belongsTo, hasOne, etc)
2729

2830
## Usage
2931
In your loopback project:

0 commit comments

Comments
 (0)