LukeHagar / plex-api-spec

An open source Plex Media Server API Specification
MIT License
33 stars 9 forks source link

Additional resources #28

Closed ADRFranklin closed 3 months ago

ADRFranklin commented 3 months ago

closes #14

All of the said things in #14 have been implemented, the only part I was unsure of was how to properly implement the ability to filter results based on fields and directions. Since I wasn't sure if viewedAt was the only field I sort of went with a regex to also make sure to support < >=, = symbols in the query param.

Let me know if you are happy with the above.

ADRFranklin commented 3 months ago

So I can't seem to find the missing in field that the linter is finding. Maybe I am blind, idk.

ADRFranklin commented 3 months ago

nvm, found it. Guess I was blind for a moment