8000 Merge pull request #731 from json-api/update-implementations · json-api/json-api@8e28e55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e28e55

Browse files
committed
Merge pull request #731 from json-api/update-implementations
Update implementations
2 parents f208c1a + 63c32a0 commit 8e28e55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

implementations/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ show_sidebar: true
77
The following are projects implementing JSON API. If you'd like your project listed, [send a
88
pull request](https://github.com/json-api/json-api).
99

10+
> Note: This specification marked 1.0 on May 29th, 2015. The implementations
11+
below have not been verified for compliance, but a test suite is now being
12+
assembled to vet them.
13+
1014
## Client libraries <a href="#client-libraries" id="client-libraries" class="headerlink"></a>
1115

1216
### JavaScript <a href="#client-libraries-javascript" id="client-libraries-javascript" class="headerlink"></a>
@@ -32,12 +36,10 @@ pull request](https://github.com/json-api/json-api).
3236
* [jsonapi-consumer](https://github.com/jsmestad/jsonapi-consumer) a ruby library for consuming JSONAPI payloads.
3337
* [JsonApiClient](https://github.com/chingor13/json_api_client) attempts to give you a query building framework that is easy to understand (similar to ActiveRecord scopes)
3438

35-
3639
## Server libraries <a href="#server-libraries" id="server-libraries" class="headerlink"></a>
3740

3841
### PHP <a href="#server-libraries-php" id="server-libraries-php" class="headerlink"></a>
3942

40-
* [FriendsOfSymfony / FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle/issues/452)
4143
* [GOintegro / HATEOAS](https://github.com/gointegro/hateoas-bundle) is a library and Symfony 2 bundle that allows you to magically expose your Doctrine 2 mapped entities as resources in a HATEOAS API and supports the full spec of JSON-API for serializing and fetching.
4244
* [tobscure / json-api](https://github.com/tobscure/json-api)
4345
* [neomerx / json-api](https://github.com/neomerx/json-api) is a framework agnostic library that fully implements JSON API v1.0.
@@ -74,7 +76,6 @@ has a page describing how to emit conformant JSON.
7476

7577
* [api2go](https://github.com/univedo/api2go) is a small library to make it easier to provide a JSON API with your Golang project.
7678

77-
7879
### .NET <a href="#server-libraries-net" id="server-libraries-net" class="headerlink"></a>
7980

8081
* [JSONAPI.NET](https://github.com/SphtKr/JSONAPI.NET) is a .NET library that integrates with ASP.NET WebAPI, Json.NET, and (optionally) Entity Framework to help you quickly create JSON API compliant web services.
@@ -83,11 +84,10 @@ has a page describing how to emit conformant JSON.
8384

8485
* [katharsis](https://github.com/katharsis-project) has comprehensive coverage of standard allowing to create JSON:API compatible resources with dynamic relation based routing. Library is highly modular and compatible with all JAX-RS based frameworks.
8586

86-
8787
## Examples <a href="#examples" id="examples" class="headerlink"></a>
8888

8989
* [RestPack::Serializer provides examples](http://restpack-serializer-sample.herokuapp.com/) which demonstrate sample responses.
90-
90+
* [Endpoints provides a fully working example API](http://github.com/endpoints/example/)
9191

9292
## Related Tools <a href="#related-tools" id="related-tools" class="headerlink"></a>
9393

0 commit comments

Comments
 (0)
0