caelum / restfulie
- Source
- Commits
- Network (11)
- Issues (1)
- Wiki (14)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Dec 02 07:52:23 -0800 2009 | |
| |
LICENSE | Mon Dec 28 10:24:33 -0800 2009 | |
| |
README.textile | Sat Jan 02 13:26:59 -0800 2010 | |
| |
Rakefile | Tue Jan 12 12:48:36 -0800 2010 | |
| |
init.rb | Wed Jan 20 10:51:23 -0800 2010 | |
| |
lib/ | Mon Jan 25 16:49:14 -0800 2010 | |
| |
spec/ | Mon Jan 25 17:23:45 -0800 2010 |
Web site
Restulie’s website can be found at http://restfulie.caelum.com.br
Quit pretending
CRUD through HTTP is a good step forward to using resources and becoming RESTful, another step further into it is to make use of hypermedia based services and this gem allows you to do it really fast.
You can read the article on using the web for real which gives an introduction to hypermedia/resources/services.
Why would I use restfulie?
1. Easy —> writing hypermedia aware resource based clients
2. Easy —> hypermedia aware resource based services
3. Small → it’s not a bloated solution with a huge list of APIs
4. HATEOAS —> clients you are unaware of will not bother if you change your URIs
5. HATEOAS —> services that you consume will not affect your software whenever they change part of their flow or URIs
