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

Services

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.
Avatar for sjonnet sjonnet
April 16, 2012

 Services

Avatar for sjonnet

sjonnet

April 16, 2012

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