Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Services

sjonnet
April 16, 2012

 Services

sjonnet

April 16, 2012
Tweet

More Decks by sjonnet

Other Decks in Technology

Transcript

  1. CRUD create → POST /collection read → GET /collection[/id] update

    → PUT /collection/id delete → DELETE /collection/id Monday, April 16, 12
  2. Resourceful create → POST /collection.json[json,xml] read → GET /collection[/id].[html,json,xml] update

    → PUT /collection/id.[json,xml] delete → DELETE /collection/id.[json,xml] Monday, April 16, 12