You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first off -- thank you for your work on this great framework!
I would like to know if the framework somehow allows the inheritance of registered endpoints from the base class.
@ewarchul I tried using two class variables and not using the classmethod route and then passing these two variables to the operation decorator and everything works for both parent and child classes. Something like this
Hello, first off -- thank you for your work on this great framework!
I would like to know if the framework somehow allows the inheritance of registered endpoints from the base class.
Example:
Expected behavior:
It should be possible to
GET
the following endpoints/api/base/foo
and/api/derived/foo
.Currently, only the former endpoint is accessible.
The text was updated successfully, but these errors were encountered: