2023-08-14, 12:42 PM
Hi all.
I'm tinkering around with a Python client and so far I can log it in, and out, and get a list of users and system info. However, when I try to perform a GET on this endpoint, /Items, it does not seem to work. I'm following the example here:
https://api.jellyfin.org/#tag/Items/operation/GetItems
It's possible that I am doing something wrong (at the moment just trying to do a json dumps at that endpoint) but I just wanted to make sure that this particular endpoint is the correct one to use to parse a library.
Thanks.
I'm tinkering around with a Python client and so far I can log it in, and out, and get a list of users and system info. However, when I try to perform a GET on this endpoint, /Items, it does not seem to work. I'm following the example here:
https://api.jellyfin.org/#tag/Items/operation/GetItems
It's possible that I am doing something wrong (at the moment just trying to do a json dumps at that endpoint) but I just wanted to make sure that this particular endpoint is the correct one to use to parse a library.
Thanks.