good first issue
倉庫指標
- 星標
- (141,412 顆星)
- PR 合併指標
- (平均合併 1天 21小時) (30 天內合併 579 個 PR)
描述
@dosu since we can dep inject the current user id, why dont we also inject the validated parameter?
like
...
@with_user
@validate(Query)
def post(self, args: Query, user: Account):
...