Closed pratikmallya closed 5 years ago
Pagination endpoints are often GET endpoints that accept query parameters. Using the query tag allows users to use this model in their requests to bind the query parameters directly in a labstack/echo based server.
See: https://echo.labstack.com/guide/request
Also fix a minor typo
Nice catch ! I'm not familiar with echo based server, thanks for your response, I have released v1.1.2 to bring out this change : )
Pagination endpoints are often GET endpoints that accept query parameters. Using the query tag allows users to use this model in their requests to bind the query parameters directly in a labstack/echo based server.
See: https://echo.labstack.com/guide/request
Also fix a minor typo