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
According to the README, the relatedQueries api takes an optional category param. However, upon testing this out with different category numbers, the data never changes.
When changing the number 0 above, which references "All Categories", to another acceptable category ID like 16 (News) or 67 (Travel), the data never changes. Full category wiki here.
Am I missing something here on how to properly query by category as well?
The text was updated successfully, but these errors were encountered:
According to the README, the
relatedQueries
api takes an optionalcategory
param. However, upon testing this out with different category numbers, the data never changes.Sample code:
When changing the number 0 above, which references "All Categories", to another acceptable category ID like 16 (News) or 67 (Travel), the data never changes. Full category wiki here.
Am I missing something here on how to properly query by category as well?
The text was updated successfully, but these errors were encountered: