Nate Harris
Nate Harris
First time working with XML data. Seems rather straightforward once I understood how you handled parsing. Have not written test files yet, waiting for feedback if you could give any.
Get live data on the Rooms for the new Watch Together feature. Haven't discovered any control endpoints yet, so this is read-only (Proper PR this time)
Dug through your source code to find the typical structure for the podcasts, webshows, etc. endpoints. Then dug through network logs while streaming to find the live TV endpoint: https://epg.provider.plex.tv...
Plex and rclone are not piracy tools.
Users can use the -ps flag to indicate a specific password for crypt use. Utilizes ``rclone obscure`` to create compatible encrypted passwords to add to crypt configurations. Default password if...
# Description - Services (static functions) called via a property of a Client object - Non-static functions called via an instance of an object - Files re-organized for better readability...
# Description - Parse fixture JSON from submodule into dictionaries - Unit tests updated to use new fixture data - Tweaked some bad unit test values - Re-recorded all cassettes...
# Description - Built-in backoff retry logic to automatically retry HTTP calls when retrieving specific status codes - Credit to the Polly library that handles this, and [this thread](https://github.com/restsharp/RestSharp/issues/735) for...
# Description - Add support for using a proxy for HTTP traffic - Users can pass in a proxy configuration when initializing a client. Client will use this proxy when...
# Description - Fix bug where customs items were not being created if included in a customs info creation request # Testing - New unit test to confirm function works...