Skip to content

v3.0.0

Compare
Choose a tag to compare
@phillipj phillipj released this 10 Jul 20:46
· 199 commits to master since this release

BREAKING CHANGE

Some of URIs on the Plex Server responds with XML instead of JSON. Previous versions of plex-api used xml2json to translate between XML to JSON. We have now replaced xml2json with xml2js which might result in a different JSON format when requesting URIs responding with XML.

Please see the documentation of xml2json and xml2js for more details about their differences.