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
For all list commands, the output could be too huge.
Potential Solutions
In the develop branch of the backend project, we added pagination to most list endpoints. Add flags to list commands to utilize pagination query parameters. The flags should be optional and if none are provided, utilize the default pagination size and page or don't provide query parameters to the request at all.
Clone the backend project and go to the develop branch. Set up the backend environment and ask @egamble01 (snowcrash on Discord) for authentication credentials to the development database. Serve up the backend, modify the base URL and authentication key with the configure command. Make sure to generate new code from the openapi spec.
Commit message
feat: Added optional pagination flags such as page and size to most list commands
The text was updated successfully, but these errors were encountered:
Description of the problem
For all list commands, the output could be too huge.
Potential Solutions
In the
develop
branch of the backend project, we added pagination to most list endpoints. Add flags to list commands to utilize pagination query parameters. The flags should be optional and if none are provided, utilize the default pagination size and page or don't provide query parameters to the request at all.Clone the backend project and go to the
develop
branch. Set up the backend environment and ask @egamble01 (snowcrash on Discord) for authentication credentials to the development database. Serve up the backend, modify the base URL and authentication key with the configure command. Make sure to generate new code from the openapi spec.Commit message
feat: Added optional pagination flags such as page and size to most list commands
The text was updated successfully, but these errors were encountered: