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
It would be helpful, when using the random_titles() function, to know what categories a page belongs to, along with the quotes.
Do you think it such a functionality will be useful? Either through a separate call to quotes_and_categories() or through a separate categories() call that would perhaps cache the page, assuming a subsequent call to quotes().
If this feels out of scope, I could use a different library to get this information. However, it be nice if I didn't have to fetch a page twice through two different libraries.
The text was updated successfully, but these errors were encountered:
It would be helpful, when using the
random_titles()
function, to know what categories a page belongs to, along with the quotes.Do you think it such a functionality will be useful? Either through a separate call to
quotes_and_categories()
or through a separatecategories()
call that would perhaps cache the page, assuming a subsequent call toquotes()
.If this feels out of scope, I could use a different library to get this information. However, it be nice if I didn't have to fetch a page twice through two different libraries.
The text was updated successfully, but these errors were encountered: