issues
search
BoostryJP
/
ibet-Wallet-API
A powerful API suite for seamlessly building ibet blockchain wallet systems ðŸ›
https://ibet.jp/ibet-for-fin
Apache License 2.0
9
stars
0
forks
source link
[FEATURE] Declare Query parameters with pydantic
#1568
Closed
purplesmoke05
closed
1 week ago
purplesmoke05
commented
1 week ago
Is your feature request related to a problem? Please describe.
Starting from FastAPI v0.115,
Query
parameters can now be defined using Pydantic models.
We would like to modify all query parameters to use the Pydantic-based syntax.
https://fastapi.tiangolo.com/release-notes/#01150
Describe the solution you'd like
Modify all query parameters to use the Pydantic-based syntax.
Is your feature request related to a problem? Please describe.
Query
parameters can now be defined using Pydantic models.Describe the solution you'd like