plex-api-spec icon indicating copy to clipboard operation
plex-api-spec copied to clipboard

An open source Plex Media Server API Specification

Results 15 plex-api-spec issues
Sort by recently updated
recently updated
newest added

My Plex Server has a Photo Library on it. When I call var res = await sdk.Library.GetAllLibrariesAsync();, I am getting an error. The messages read "Unable to convert value to...

First off, thanks for putting this together! I see that the [Ruby port](https://github.com/LukeHagar/plexruby) uses Faraday internally. I am trying to figure out a way to disable the SSL verification that...

I would like to accept my plex servers invite on users behalf, I can currently do this with [python-plexapi](https://github.com/pkkid/python-plexapi) using [acceptInvite](https://python-plexapi.readthedocs.io/en/latest/modules/myplex.html#plexapi.myplex.MyPlexAccount.acceptInvite). And call it like this to accept users invite...

Are there any plans to support the GraphQL API hosted at https://community.plex.tv/api ? It exposes functionality that's not present elsewhere. For example, it supports the `getWatchlistHub` operation which allows fetching...

GetLibraryItems fails on plexgo when using `operations.GetLibraryItemsQueryParamTypeTrack.ToPointer(),` due to `error unmarshalling json response body: invalid value for GetLibraryItemsLibraryType: track` ## Summary by CodeRabbit - **New Features** - Expanded media type...