Skip to content

Instantly share code, notes, and snippets.

@RookieOne
Created December 3, 2014 16:57
Show Gist options
  • Save RookieOne/c778faa003411f1ddaa0 to your computer and use it in GitHub Desktop.
Save RookieOne/c778faa003411f1ddaa0 to your computer and use it in GitHub Desktop.
API Url Standard
Too many opinions. Too many white papers.
GET /things
returns collection of things
POST /things
adds an item to things
GET /things/100
returns a thing with id 100
DELETE /things/100
deletes thing with id 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment