good first issue
Repository metrics
- Stars
- (141,412 個のスター)
- PR merge metrics
- (平均マージ 1d 21h) (30d で 579 merged PRs)
説明
@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):
...