We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab60000 commit 7a036a6Copy full SHA for 7a036a6
README.md
@@ -8,14 +8,15 @@
8
9
JSON API Client is a PHP Library to validate and handle the response body from a [JSON API](http://jsonapi.org) Server.
10
11
-Format: [JSON API](http://jsonapi.org/format) 1.0
+Format: [JSON API 1.0](http://jsonapi.org/format/1.0/)
12
13
### WIP: Goals for 1.0
14
15
* [x] Be 100% JSON API 1.0 spec conform
16
* [x] Handle/validate a server response body
17
* [ ] Offer an easy way to retrieve the data
18
* [x] Be extendable and allow injection of classes/models
19
+* [ ] Offer access to included resources through identifier
20
* [ ] Handle/validate a client request body
21
22
## Install
0 commit comments