From 74c30873240d11ff8cd4c1e9b285447d368210d7 Mon Sep 17 00:00:00 2001 From: Yury Dymov Date: Wed, 25 Jan 2017 15:57:48 +0100 Subject: [PATCH 1/2] json-api-normalizer added --- implementations/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations/index.md b/implementations/index.md index be2dafa1b..efb44c50e 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -32,6 +32,7 @@ assembled to vet them. * [json-api-store](https://github.com/haydn/json-api-store) A lightweight JavaScript library for using JSON API in the browser. * [superagent-jsonapify](https://github.com/alex94puchades/superagent-jsonapify) A really lightweight (50 lines) JSON-API client addon for [superagent](https://github.com/visionmedia/superagent), the isomorphic ajax client. * [angular-jsonapi](https://github.com/jakubrohleder/angular-jsonapi) An Angular JSON API client +* [json-api-normalizer](https://github.com/yury-dymov/json-api-normalizer) Normalizes JSON API documents for state management solutions like Redux and Mobx * [redux-json-api](https://github.com/dixieio/redux-json-api) A library which integrated JSON APIs with Redux store * [devour-client](https://github.com/twg/devour) A lightweight, framework agnostic, highly flexible JSON API client * [ts-angular-jsonapi](https://github.com/reyesoft/ts-angular-jsonapi) A JSON API library developed for AngularJS in Typescript From 1a296d0b05a7361b734892c1d69f20a23626a6b8 Mon Sep 17 00:00:00 2001 From: Yury Dymov Date: Fri, 27 Jan 2017 08:37:19 +0100 Subject: [PATCH 2/2] ordering fix --- implementations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/index.md b/implementations/index.md index efb44c50e..f31df6186 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -32,11 +32,11 @@ assembled to vet them. * [json-api-store](https://github.com/haydn/json-api-store) A lightweight JavaScript library for using JSON API in the browser. * [superagent-jsonapify](https://github.com/alex94puchades/superagent-jsonapify) A really lightweight (50 lines) JSON-API client addon for [superagent](https://github.com/visionmedia/superagent), the isomorphic ajax client. * [angular-jsonapi](https://github.com/jakubrohleder/angular-jsonapi) An Angular JSON API client -* [json-api-normalizer](https://github.com/yury-dymov/json-api-normalizer) Normalizes JSON API documents for state management solutions like Redux and Mobx * [redux-json-api](https://github.com/dixieio/redux-json-api) A library which integrated JSON APIs with Redux store * [devour-client](https://github.com/twg/devour) A lightweight, framework agnostic, highly flexible JSON API client * [ts-angular-jsonapi](https://github.com/reyesoft/ts-angular-jsonapi) A JSON API library developed for AngularJS in Typescript * [ngrx-json-api](https://github.com/abdulhaq-e/ngrx-json-api) A JSON API client for Angular 2 ngrx toolset. +* [json-api-normalizer](https://github.com/yury-dymov/json-api-normalizer) Normalizes JSON API documents for state management solutions like Redux and Mobx ### iOS