-
Notifications
You must be signed in to change notification settings - Fork 43
Home
guilhermesilveira edited this page Jun 1, 2011
·
59 revisions
Welcome to Restfulie's Wikie and Documentation
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_basic">Basics</a></td>
<td><a href="https://github.com/caelum/restfulie/wiki/csharp_installing">Installing</a></td>
<td><a href="https://github.com/mauricioaniche/restfulie.net/wiki/Configuration">Installing</a></td>
<td><a href="https://github.com/caelum/restfulie-py/wiki/Python-Basics">Basics</a></td>
<td><a href="https://github.com/caelum/restfulie-java/wiki/java_basic">Basics</a></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_client">Client</a></td>
<td></td>
<td><a href="https://github.com/caelum/restfulie/wiki/javascript_basic.md">Client side</a></td>
<td><a href="https://github.com/caelum/restfulie-py/wiki/Python-Client">Client</a></td>
<td><a href="https://github.com/caelum/restfulie-java/wiki/java_client">Client</a></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_examples">Examples</a></td>
<td><a href="https://github.com/caelum/restfulie/wiki/csharp_short_samples">Client Samples</a> | <a href="https://github.com/mauricioaniche/restfulie.net/tree/master/Web">Server Samples</a></td>
<td><a href="https://github.com/caelum/restfulie/wiki/javascript_examples">Examples</a></td>
<td><a href="https://github.com/caelum/restfulie-py/wiki/python-examples">Examples</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_conneg">Content negotiation</a></td>
<td><a href="https://github.com/mauricioaniche/restfulie.net/wiki/Media-Types">Content Negotiation</a></td>
<td></td>
<td></td>
<td><a href="https://github.com/caelum/restfulie-java/wiki/java_conneg">Content negotiation</a></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_hypertemplate">Rendering links with hypertemplate</a></td>
<td><a href="https://github.com/mauricioaniche/restfulie.net/wiki/Transitions">Transitions</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_hypermedia">Hypermedia clients</a></td>
<td></td>
<td></td>
<td><a href="https://github.com/caelum/restfulie-py/wiki/Python-Hypermedia-Clients">Hypermedia clients</a></td>
<td><a href="https://github.com/caelum/restfulie-java/wiki/java_hypermedia">Hypermedia clients</a></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_opensearch">Opensearch</a></td>
<td></td>
<td></td>
<td><a href="https://github.com/caelum/restfulie-py/wiki/Python-OpenSearch">Opensearch</a></td>
<td><a href="https://github.com/caelum/restfulie-java/wiki/java_opensearch">Opensearch</a></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_rendering_resources">Rendering resources</a></td>
<td><a href="https://github.com/mauricioaniche/restfulie.net/wiki/Results">Results</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_server_generic_controller">A generic controller</a></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_server_state_machine">State machine</a></td>
<td><a href="https://github.com/mauricioaniche/restfulie.net/wiki/Transitions">Transitions</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/wiki/ruby_features">Features</a></td>
<td><a href="https://github.com/mauricioaniche/restfulie.net/wiki/_pages">Features</a></td>
<td></td>
<td></td>
<td><a href="https://github.com/caelum/restfulie-java/wiki/java_features">Features</a></td>
</tr>
<tr>
<td></td>
<td>
<a href="https://github.com/caelum/restfulie/wiki/csharp_what_is_new">What's new (client)</a><br/>
<a href="https://github.com/caelum/restfulie/wiki/csharp_license">License (client)</a>
</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/caelum/restfulie/blob/master/full-examples/mikemaze/maze_basic.rb">Maze solver</a></td>
<td></td>
<td></td>
<td><a href="https://github.com/caelum/restfulie-py/blob/master/maze/solver.py">Maze solver</a></td>
<td><a href="https://github.com/caelum/restfulie-java/blob/master/client/src/test/java/br/com/caelum/restfulie/maze/Maze.java">Maze solver</a></td>
</tr>
Ruby | C# Server/Client | JavaScript | Python | Java |
One minute tutorial | Client API | Server API | One minute guide | One minute tutorial | One minute tutorial |