From 328c9432959fe693891d5325e616786047109ba2 Mon Sep 17 00:00:00 2001 From: Chris Hart Date: Thu, 11 Feb 2016 01:30:24 -0500 Subject: [PATCH 1/2] adds raml-client-generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76d69a7..fed0da5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [restangular](https://github.com/mgonto/restangular) - AngularJS service to handle REST API properly and easily. * [restful.js](https://github.com/marmelab/restful.js) - JS client for interacting with server-side RESTful resources. * [traverson](https://github.com/basti1302/traverson) - A Hypermedia API/HATEOAS Client for Node.js and the Browser +* [raml-client-generator](https://github.com/mulesoft/raml-client-generator) - generates static client libs for js ### Node.js Clients From b1d8ae9b37a123af135814358537f419ae4a8cc6 Mon Sep 17 00:00:00 2001 From: Chris Hart Date: Thu, 11 Feb 2016 10:41:32 -0500 Subject: [PATCH 2/2] fixed style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed0da5..cb41326 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [restangular](https://github.com/mgonto/restangular) - AngularJS service to handle REST API properly and easily. * [restful.js](https://github.com/marmelab/restful.js) - JS client for interacting with server-side RESTful resources. * [traverson](https://github.com/basti1302/traverson) - A Hypermedia API/HATEOAS Client for Node.js and the Browser -* [raml-client-generator](https://github.com/mulesoft/raml-client-generator) - generates static client libs for js +* [raml-client-generator](https://github.com/mulesoft/raml-client-generator) - Generates static client libs for js. ### Node.js Clients