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
Generally it works fine to add "validate" to the decorators attribute of the class, however when you want to return a list what is the best practice to include response_many=True in the kwargs?
One option is to roll our own decorator using something like functools.partial. Any otehr ideas?
The text was updated successfully, but these errors were encountered:
Generally it works fine to add "validate" to the decorators attribute of the class, however when you want to return a list what is the best practice to include response_many=True in the kwargs?
One option is to roll our own decorator using something like functools.partial. Any otehr ideas?
The text was updated successfully, but these errors were encountered: