I was looking at the code for the Unsupported Appstore and I noticed some references to a Core object. Is this documented anywhere? What other objects are there that aren't listed in the Framework documentation? Thanks!
(I answered this in Chat, but I'm going to paste here in case other folks have the same question...)
"Core" is only available to plugins running with "Elevated" status (check the .plist), and I would not get too attached to those objects since they're likely to go away in future Framework versions.
The best source for Framework documentation is here -> http://dev.plexapp.com/docs/ as you've discovered, and I would mostly encourage just looking through examples beyond that.
I also have an open source java/android based framework that is being used to access the REST API. Doesn't support transcoding but does support a lot of the functionality most people will need.
https://github.com/NineWorlds/serenity-android/tree/master/plexapp-rest-library
(I answered this in Chat, but I'm going to paste here in case other folks have the same question...)
"Core" is only available to plugins running with "Elevated" status (check the .plist), and I would not get too attached to those objects since they're likely to go away in future Framework versions.
The best source for Framework documentation is here -> http://dev.plexapp.com/docs/ as you've discovered, and I would mostly encourage just looking through examples beyond that.
The current documentation seems to be for PMS 8 Framework. Do you know where the PMS 9 Framework documentation is?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.