Closed anorderh closed 5 months ago
When making HTTP requests to the following API endpoint
https://www.kaggle.com/api/v1/datasets/list?page=0
I am able to receive valid responses. This seems incorrect when referencing the source code
if int(page) <= 0: raise ValueError('Page number must be >= 1')
My testing did not include using the CLI tool, so this may only be a server issue.
Thanks for the report. Since we do not officially support this functionality, I'm closing this issue.
When making HTTP requests to the following API endpoint
I am able to receive valid responses. This seems incorrect when referencing the source code
My testing did not include using the CLI tool, so this may only be a server issue.