Plex have finally released an official API spec (yay!): https://developer.plex.tv/pms/
While I may spend some time trying to make sure some of the support we have matches the official spec it might be interesting to experiment with using the json specification to build all the schemas with one of the many tools that exist to do that, progenitor for instance. It might require changing the http client though as most of them seem to end up using reqwest or hyper.
What do you think?
Plex have finally released an official API spec (yay!): https://developer.plex.tv/pms/
While I may spend some time trying to make sure some of the support we have matches the official spec it might be interesting to experiment with using the json specification to build all the schemas with one of the many tools that exist to do that, progenitor for instance. It might require changing the http client though as most of them seem to end up using reqwest or hyper.
What do you think?