Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign route generation to handle URL patterns #16

Merged
merged 6 commits into from
Feb 16, 2014
Merged

Redesign route generation to handle URL patterns #16

merged 6 commits into from
Feb 16, 2014

Conversation

hfaran
Copy link
Owner

@hfaran hfaran commented Feb 16, 2014

Route generation will now inspect method signatures in APIHandlers and ViewHandlers, and construct routes with URL patterns based on the signatures. URL patterns match [a-zA-Z0-9_]+.

Backwards Compatibility: body is no longer provided by io_schema as the sole argument to HTTP methods. Any existing code using body can now use self.body to get the same object.

resolves #6

hfaran added a commit that referenced this pull request Feb 16, 2014
Redesign route generation to handle URL patterns
@hfaran hfaran merged commit 0d2f3a4 into master Feb 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign route generation to be mindful of resources/collections
1 participant