From ecac8b581395ca246f76757ea8792d9ddda28f6d Mon Sep 17 00:00:00 2001 From: "D.F. Duwaer" Date: Mon, 31 Jul 2017 08:19:40 +0200 Subject: [PATCH] Updated implementations index --- implementations/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations/index.md b/implementations/index.md index 51aac402c..13aba9a07 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -34,6 +34,7 @@ assembled to vet them. * [angular-jsonapi](https://github.com/jakubrohleder/angular-jsonapi) An Angular JSON API client * [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 +* [Coloquent](https://github.com/DavidDuwaer/Coloquent) A library mapping objects and their interrelations to JSON API, with a fluent syntax inspired by Laravel's Eloquent. * [json-api-normalizer](https://github.com/yury-dymov/json-api-normalizer) Normalizes JSON API documents for state management solutions like Redux and Mobx * [jsona](https://github.com/olosegres/jsona) Data formatter that creates customizable, simplified objects from JSON or stored reduxObject (result object of [json-api-normalizer](https://github.com/yury-dymov/json-api-normalizer)), and creates correct JSON from the same simplified objects. * [active-resource](https://github.com/nicklandgrebe/activeresource.js) A standalone, convention-driven JavaScript ORM that maps to your JSON API server and allows for advanced queries and relational management through a smooth interface.