-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Creating a REST API Using URL Annotations | ||
|
||
This demo serves as an introduction and explanation of URL annotations (a fancy name for what are two class variables: `__urls__` and `__url_names__` that provide some cool functionality. See the corresponding blurb in [the documentation](http://tornado-json.readthedocs.org/en/latest/restapi.html) for details. |