Skip to content
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

Support for version 1 of plex tv api #29

Open
ADRFranklin opened this issue Jun 14, 2024 · 2 comments
Open

Support for version 1 of plex tv api #29

ADRFranklin opened this issue Jun 14, 2024 · 2 comments

Comments

@ADRFranklin
Copy link
Contributor

Version 2 of the plex tv api does not contain all the information that the version 1 does. For example /api/v2/friends endpoint seems to always have sharedServers array as empty, while the version 1 endpoint /api/users does maintain which servers the users are in, which is useful for people like me, where syncing the users in to my app, I am able to filter out users a person is friends with but not in the same server connected to my app.

I am sure there are plenty of other endpoints in version 1 that contains data that is not yet in version 2, so it would be nice if we could document both?

@ADRFranklin
Copy link
Contributor Author

I'll add the /api/v2/friends endpoint soon, if you decide you do want to support version 1, then I can help document as much of it as I can.

@LukeHagar
Copy link
Owner

LukeHagar commented Jun 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Open Issues
Development

No branches or pull requests

2 participants