From 2a5099fab805f7d9df6b1091913b01859293b0c6 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 11 May 2015 11:38:12 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea94258..e690342 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A collaborative list of great resources about RESTful API architecture, developm * [mers](https://github.com/jspears/mers): an Express service to expose Mongoose finders as RESTful API * [Baucis](https://github.com/wprl/baucis): build scalable REST API based on your Mongoose entities * [flatiron/resourceful](https://github.com/flatiron/resourceful): an isomorphic Resource engine for JavaScript +* [loopback](http://loopback.io/): powerful Node.js framework for creating APIs and easily connecting to backend data sources ### PHP @@ -120,12 +121,14 @@ A collaborative list of great resources about RESTful API architecture, developm ## Public REST APIs To Use In Tests +* [Public APIS](https://www.publicapis.com/): Explore The Largest API Directory In The Galaxy * [Marvel Comics API](http://developer.marvel.com/): query characters, stories, events about Marvel superheroes * [JSON Placeholder](http://jsonplaceholder.typicode.com/): a free online REST service that you can use whenever you need some fake data. ## Documentation * [Swagger](http://swagger.io/): Documentation/querying web interface for REST APIs +* [API doc](http://apidocjs.com/): Inline Documentation for RESTful web APIs ## SaaS tools