Created
April 28, 2009 12:44
-
-
Save gido/103118 to your computer and use it in GitHub Desktop.
This file contains 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
language GET /language.:sf_format | |
language_new GET /language/new.:sf_format | |
language_create POST /language.:sf_format | |
language_edit GET /language/:id/edit.:sf_format | |
language_update PUT /language/:id.:sf_format | |
language_delete DELETE /language/:id.:sf_format | |
language_show GET /language/:id.:sf_format | |
language_object GET /language/:id/:action.:sf_format | |
language_collection POST /language/:action/action.:sf_format | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment