-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API] Request labels list #5330
Labels
WebAPI
WebAPI-related issues/changes
Comments
Make sense. Will be implemented but I don't know when. |
I'm not sure what labels are. Have they been deprecated/renamed? |
Now they're called categories. |
Merged
Piccirello
added a commit
to Piccirello/qBittorrent
that referenced
this issue
Oct 7, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can we have a API call to gell only the label list? Something like:
It should return just this:
"labels":["Movies","Another label","eBooks","Podscasts"]
I know I can get all labels by using the partial data with rid=0 without any filter:
But it also returns a lot of information not related to labels.
Thanks!
The text was updated successfully, but these errors were encountered: