Skip to content

Commit e85bdf4

Browse files
committed
Merge pull request json-api#1043 from twg/gh-pages
[README] – Adding Devour to the list of JavaScript client implementations
2 parents f6e545e + 1a5b31a commit e85bdf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

implementations/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ assembled to vet them.
3333
* [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.
3434
* [angular-jsonapi](https://github.com/jakubrohleder/angular-jsonapi) An Angular JSON API client
3535
* [redux-json-api](https://github.com/dixieio/redux-json-api) A library which integrated JSON APIs with Redux store
36+
* [devour-client](https://github.com/twg/devour) A lightweight, framework agnostic, highly flexible JSON API client
3637

3738
### <a href="#client-libraries-ios" id="client-libraries-ios" class="headerlink"></a> iOS
3839

@@ -154,7 +155,7 @@ has a page describing how to emit conformant JSON.
154155
### <a href="#server-libraries-elixir" id="server-libraries-elixir" class="headerlink"></a> Elixir
155156

156157
* [ja_serializer](https://github.com/AgilionApps/ja_serializer) is a behaviour and DSL to emit conforming JSON. Suitable for use in a Phoenix view or in a Plug stack.
157-
* [jsonapi](https://github.com/jeregrine/jsonapi) is a serializer and query parser built with plain old functions. Can parse and validate a JSONAPI compliant query and serialize Ecto Models or Elixir Structs into conforming JSON. Suitable for use in a Phoenix view, Plug Stack or anywhere you can call functions.
158+
* [jsonapi](https://github.com/jeregrine/jsonapi) is a serializer and query parser built with plain old functions. Can parse and validate a JSONAPI compliant query and serialize Ecto Models or Elixir Structs into conforming JSON. Suitable for use in a Phoenix view, Plug Stack or anywhere you can call functions.
158159

159160
### <a href="#server-libraries-perl" id="server-libraries-perl" class="headerlink"></a> Perl
160161

0 commit comments

Comments
 (0)