The general gist is to have a bunch of links with "method" names describing the operations you can perform on it. Supposedly this gets you the advantage of not hardcoding urls into your clients.
Example from Wikipedia:
<account>
<account_number>12345</account_number>
<balance currency="usd">100.00</balance>
<link rel="deposit" href="/account/12345/deposit" />