Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
Example hRESTS
<div class="service" id="svc">
<p>Description of the
<span class="label" > ACME Hotels </span> service:</p>
<div class="operation" id="op1">
<p>
The operation <code class="label" > getHotelDetails </code> is
invoked using the method <span class="method" >GET</span>
at <code class="address" > http://example.com/h/{id} </code>,
with <span class="input" >the ID of the particular hotel replacing
the parameter <code>id</code>.</span>
It returns <span class="output" >the hotel details in an
<code> ex:hotelInformation </code> document.</span>
</p></div>
</div>