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
Hello, is there any option to specify a maximum number of results to query in an API call? Specifically I'm doing a homework assignment where I am using the Gutendex to just grab information about the ten most popular books, but the page takes a bit to load because it is going through the entire catalog. In this example I'd like to be able to do something like "https://gutendex.com/books?languages=en&limit=10"
The text was updated successfully, but these errors were encountered:
Hello, there is no such option. Even if you could specify a limit, I believe that it would need to go through the entire catalog to find the most popular books anyway.
Hello, is there any option to specify a maximum number of results to query in an API call? Specifically I'm doing a homework assignment where I am using the Gutendex to just grab information about the ten most popular books, but the page takes a bit to load because it is going through the entire catalog. In this example I'd like to be able to do something like "https://gutendex.com/books?languages=en&limit=10"
The text was updated successfully, but these errors were encountered: