@@ -4,27 +4,20 @@ a Client (VM, Flutter, Web), and a Server (VM only).
44
55
66## Supported features
7- - [x] Fetching single resources and resource collections
8- - [x] Collection pagination
9- - [x] Fetching relationships and related resources and collections
10- - [x] Fetching single resources
11- - [x] Creating resources
12- - [x] Deleting resources
13- - [x] Updating resource's attributes
14- - [x] Updating resource's relationships
15- - [x] Updating relationships
16- - [x] Compound documents
17- - [x] Related collection pagination
18- - [x] Asynchronous processing
19-
20- - [ ] Support ` meta ` members
21- - [ ] Support ` jsonapi ` members
22- - [ ] Structural Validation including compound documents and sparse fieldsets
23- - [ ] Naming Validation
24- - [ ] Meaningful parsing exceptions
25- - [ ] JSON: API v1.1 features
26-
27- ### Usage
7+ - Fetching single resources and resource collections
8+ - Collection pagination
9+ - Fetching relationships and related resources and collections
10+ - Fetching single resources
11+ - Creating resources
12+ - Deleting resources
13+ - Updating resource's attributes
14+ - Updating resource's relationships
15+ - Updating relationships
16+ - Compound documents
17+ - Related collection pagination
18+ - Asynchronous processing
19+
20+ ## Usage
2821In the VM:
2922``` dart
3023import 'package:json_api/client.dart';
0 commit comments