We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
judge api 문서에 param 목록이 있는걸로 아는데 list[str]말고 pydantic model로 type safe하게 관리하는건 어떨까요 이런식으루 class JudgeQueryParams(BaseModel): base64_encoded: bool = False ... # 그 외 나올 수 있는 params Originally posted by @shp7724 in #4 (comment)
judge api 문서에 param 목록이 있는걸로 아는데 list[str]말고 pydantic model로 type safe하게 관리하는건 어떨까요 이런식으루
list[str]
class JudgeQueryParams(BaseModel): base64_encoded: bool = False ... # 그 외 나올 수 있는 params
Originally posted by @shp7724 in #4 (comment)
The text was updated successfully, but these errors were encountered:
@shp7724 제안해준 거 이슈로 만들어놨고, 앞으로도 리팩토링할 거 보이면 여기에 이슈로 파놓읍시다 cc. @fivessun5 @serverrepairman
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: