Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Remove `RestPack::Serializer` from implementations as it is unmaintained and non-conformant to the spec.
Refs: RestPack/restpack_serializer#128, RestPack/restpack_serializer#123
  • Loading branch information
beauby authored Aug 2, 2017
1 parent acd8f48 commit beebda0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion implementations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ is one of the original exemplar implementations, but is slightly out of date at
the moment.
* [The rabl wiki](https://github.com/nesquena/rabl/wiki/Conforming-to-jsonapi.org-format)
has a page describing how to emit conformant JSON.
* [RestPack::Serializer](https://github.com/RestPack/restpack_serializer) implements the read elements of json-api. It also supports paging and side-loading.
* [Oat](https://github.com/ismasan/oat#adapters) ships with a JSON API adapter.
* [JSONAPI::Resources](https://github.com/cerebris/jsonapi-resources) provides a complete framework for developing a JSON API server. It is designed to work with Rails, and provides routes, controllers, and serializers.
* [Yaks](https://github.com/plexus/yaks) Library for building hypermedia APIs, contains a JSON API output format.
Expand Down

0 comments on commit beebda0

Please sign in to comment.