Replies: 7 comments 3 replies
-
Reposting from Gitter
|
Beta Was this translation helpful? Give feedback.
-
More from Gitter
This is apparently already tracked as #1629 (added to the introductory list too). |
Beta Was this translation helpful? Give feedback.
-
I'd like to vote for this - either object based or flask-blueprint like routing. It helps for larger projects. This could also be an add-on as you would want to keep everything backward compatible. If I get some direction I am happy to attempt a proof of concept. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
|
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue we can link for implementing something along the lines of |
Beta Was this translation helpful? Give feedback.
-
Hi @vytas7 , I just created a routing sub application on my project maybe it could be part of falcon? To add a sub-application: https://github.com/aprilahijriyan/falca/blob/develop/falca/scaffold.py#L105-L121 Main logic: WSGI: ASGI: |
Beta Was this translation helpful? Give feedback.
-
We've been using a Object router in Mailman 3 that we have a custom implementation. It could use more documentation, but in terms of usage, we define a Top level resource I thought I'd share it here as I came across this discussion form Gitter. This is what is mentioned in #319 |
Beta Was this translation helpful? Give feedback.
-
Improved routing is undeniably a popular topic among feature requests from the community.
Let us try to start a discussion here on Discussions 👋
Tracked issues
url_for()
Add a helper to generate the URL for a resource #1264Workarounds
We would love to hear which potential routing improvements are the most important to You, the framework user.
Feel free to share ideas for improvement, examples from your use cases, and workarounds you found!
Beta Was this translation helpful? Give feedback.
All reactions