From c5149a2d1a92930a7ea457e024fe26af2f2d8aed Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 27 Oct 2023 16:07:13 +0200 Subject: [PATCH] Update achieved goals --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8954472..4d61b29 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Format: [JSON API 1.0](http://jsonapi.org/format/1.0/) ## :checkered_flag: Goals -* :heavy_check_mark: Be 100% JSON API spec conform -* :heavy_check_mark: Be open for new spec versions -* :heavy_check_mark: Handle/validate a server response body -* :heavy_check_mark: Handle/validate a client request body -* :heavy_check_mark: Offer an easy way to retrieve the data -* :heavy_check_mark: Allow extendability and injection of classes/models +* ✅ Be 100% JSON API spec conform +* ⬜ Be open for new spec versions (see [#83](https://github.com/Art4/json-api-client/issues/83)) +* ✅ Handle/validate a server response body +* ✅ Handle/validate a client request body +* ✅ Offer an easy way to retrieve the data +* ✅ Allow extendability and injection of classes/models ## :package: Install