ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

API V3 PMS Search #273

Closed ukdtom closed 7 years ago

ukdtom commented 7 years ago

PMS - Search is currently a POST, which is wrong.

Needs to switch it into a GET

creoludifico commented 7 years ago

Is it possible for you to include optional search in every "GetList" func?

Example API/GetList?start=0&size=20 API/GetList?start=0&size=20&search=blah

creoludifico commented 7 years ago

If u want to keep the /start/0/size/20/[search/blah]/. It's fine by me >.<

ukdtom commented 7 years ago

Fixed with above commit