From 7d307bcb672564fb9acdbccf09b8123c0bc2d9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Leherpeur?= Date: Mon, 11 May 2015 14:15:43 +0200 Subject: [PATCH 1/2] Add DunglasApiBundle in Symfony2 section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f347ed7..68d5169 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ A collaborative list of great resources about RESTful API architecture, developm * [BazingaHateoasBundle](https://github.com/willdurand/BazingaHateoasBundle) - integrate the [Hateoas](https://github.com/willdurand/Hateoas) library into a Symfony2 application * [Symfony REST Edition](https://github.com/gimler/symfony-rest-edition) - start with a Symfony2 application with all REST-friendly bundles pre-configured * [NgAdminGeneratorBundle](https://github.com/marmelab/NgAdminGeneratorBundle) - boostrap ng-admin configuration based on `stanlemon/rest-bundle` +* [DunglasApiBundle](https://github.com/dunglas/DunglasApiBundle) - build a REST API which follow Hydra/JSON-LD specification ### Python From 91d4b4ff75d86b0233c9559a58bad0196e82d37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Leherpeur?= Date: Mon, 11 May 2015 15:15:54 +0200 Subject: [PATCH 2/2] Add JSON-LD and HYDRA Links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68d5169..37ee5d8 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ A collaborative list of great resources about RESTful API architecture, developm * [JSend](http://labs.omniti.com/labs/jsend) - a simple specification that lays down some rules for how JSON responses from web servers should be formatted * [OData](http://www.odata.org/) - an open protocol to allow the creation and consumption of queryable and interoperable RESTful APIs. Quite complex. * [HAL](http://stateless.co/hal_specification.html) - a simple format that gives a consistent and easy way to hyperlink between resources in your API (see: [HATEOAS](#hateoas)). +* [JSON-LD](http://json-ld.org/) JSON-LD Web site +* [Hydra](http://www.hydra-cg.com/) HYDRA W3C Specification ## Clients