The Problem I am creating a visualization final project, and I need a way to access the tags for a given book, or books for a given tag. Possible Solution I saw there is an API endpoint List.Tags, which may work. Unfortunately, it is locked behind elevated access. The Question If I can't use List.Tags, what would be the best way to get all the tags for a given book, or vice versa?
I am creating a visualization final project, and I need a way to access the tags for a given book, or books for a given tag.
Possible Solution
I saw there is an API endpoint List.Tags, which may work. Unfortunately, it is locked behind elevated access.
The Question
If I can't use List.Tags, what would be the best way to get all the tags for a given book, or vice versa?