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
Legacy API has support for format_parameters which is used to place restrictions on the response page. For example: @format_parameters({"limit": check_limit}) we can set limit on the limit of entries returned by an API.
Use case/motivation
Cleaner migration from legacy to fastapi. Will be useful for all endpoints.
Description
Legacy API has support for format_parameters which is used to place restrictions on the response page. For example:
@format_parameters({"limit": check_limit})
we can set limit on the limit of entries returned by an API.Use case/motivation
Cleaner migration from legacy to fastapi. Will be useful for all endpoints.
Related issues
Child of #42370
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: