Skip to content

Commit 7a036a6

Browse files
committed
Add another goal, change spec url
1 parent ab60000 commit 7a036a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88

99
JSON API Client is a PHP Library to validate and handle the response body from a [JSON API](http://jsonapi.org) Server.
1010

11-
Format: [JSON API](http://jsonapi.org/format) 1.0
11+
Format: [JSON API 1.0](http://jsonapi.org/format/1.0/)
1212

1313
### WIP: Goals for 1.0
1414

1515
* [x] Be 100% JSON API 1.0 spec conform
1616
* [x] Handle/validate a server response body
1717
* [ ] Offer an easy way to retrieve the data
1818
* [x] Be extendable and allow injection of classes/models
19+
* [ ] Offer access to included resources through identifier
1920
* [ ] Handle/validate a client request body
2021

2122
## Install

0 commit comments

Comments
 (0)