Node.js
- http://flippinawesome.org/2013/09/23/easy-api-scaffolding-with-simple-api-and-node-js/
- http://blog.modulus.io/nodejs-and-express-create-rest-api
- http://synthmedia.co.uk/blog/basic-nodejs-api-with-restify-and-save
- http://webapplog.com/tutorial-node-js-and-mongodb-json-rest-api-server-with-mongoskin-and-express-js/
- http://thewayofcode.wordpress.com/2013/04/21/how-to-build-and-test-rest-api-with-nodejs-express-mocha/
- http://webapplog.com/intro-to-express-js-simple-rest-api-app-with-monk-and-mongodb/
- http://stackoverflow.com/questions/14990544/how-to-best-create-a-restful-api-in-node-js
- http://erichonorez.wordpress.com/2013/02/10/how-create-a-rest-api-with-node-js-and-express/
- http://benaugarten.com/blog/2013/01/31/restful-a-better-rest-api-using-node-dot-js-with-express/
- http://coenraets.org/blog/2012/10/creating-a-rest-api-using-node-js-express-and-mongodb/
- http://pixelhandler.com/blog/2012/02/09/develop-a-restful-api-using-node-js-with-express-and-mongoose/
PHP
- http://coreymaynard.com/blog/creating-a-restful-api-with-php/
- http://www.youtube.com/watch?v=vJVQi7ZFSaQ
- http://www.particletree.com/features/how-to-add-an-api-to-your-web-service/
- http://www.recessframework.org/page/towards-restful-php-5-basic-tips
- http://www.codewalkers.com/c/a/Miscellaneous/Create-Your-Own-Custom-API/
Python
- http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
- http://gotofritz.net/blog/weekly-challenge/restful-python-api-bottle/
- http://myadventuresincoding.wordpress.com/2011/01/02/creating-a-rest-api-in-python-using-bottle-and-mongodb/
- http://www.robertshady.com/content/creating-very-basic-api-using-python-django-and-piston
Rails
- http://apionrails.icalialabs.com
- http://collectiveidea.com/blog/archives/2013/06/13/building-awesome-rails-apis-part-1/
- http://www.emilsoman.com/blog/2013/05/18/building-a-tested/
- http://railsware.com/blog/2013/04/08/api-with-ruby-on-rails-useful-tricks/
- http://mt.gomiso.com/2011/06/27/building-a-platform-api-on-rails/
- http://www.whatcodecraves.com/articles/2008/11/25/how-to-make-an-api-for-a-rails-app
- http://www.xml.com/pub/a/2006/04/19/rest-on-rails.html?page=3
ASP.NET Web API (C#/.NET)
- http://www.windowsazure.com/en-us/develop/net/tutorials/rest-service-using-web-api/
- http://blog.ploeh.dk/2013/08/23/how-to-create-a-pure-f-aspnet-web-api-project/
- http://dotnet.dzone.com/articles/web-api-aspnet-web-forms
- http://www.contentedcoder.com/2013/03/creating-your-first-web-api.html
- http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api
- http://www.asp.net/web-api/overview/creating-web-apis/creating-a-web-api-that-supports-crud-operations
- http://www.asp.net/web-api/overview/creating-web-apis/using-web-api-with-entity-framework/using-web-api-with-entity-framework,-part-1
- https://github.com/Factual/factual-csharp-driver/wiki/ASP.NET-Web-API-with-Factual-Driver-Example
Java
- http://www.ibm.com/developerworks/training/kp/j-kp-rest/
- http://static.springsource.org/spring/docs/3.0.0.M3/spring-framework-reference/html/ch18s02.html
- http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html
- http://www.myeclipseide.com/documentation/quickstarts/webservices_rest/
- http://rest.elkstein.org/2008/02/using-rest-in-java.html
TAGS :
COMMENTS