Created
September 9, 2015 21:51
-
-
Save pinei/a93ce8228c1180b222ad to your computer and use it in GitHub Desktop.
Tip from AngularJS Full-Stack generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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