Skip to content

Instantly share code, notes, and snippets.

@pinei
Created September 9, 2015 21:51
Show Gist options
  • Select an option

  • Save pinei/a93ce8228c1180b222ad to your computer and use it in GitHub Desktop.

Select an option

Save pinei/a93ce8228c1180b222ad to your computer and use it in GitHub Desktop.
Tip from AngularJS Full-Stack generator
Rails-like standard naming convention for endpoints.
* GET /things -> index
* POST /things -> create
* GET /things/:id -> show
* PUT /things/:id -> update
* DELETE /things/:id -> destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment