RusticiSoftware / TinCan.NET

C#/.NET library for Tin Can API
http://rusticisoftware.github.io/TinCan.NET/
Apache License 2.0
45 stars 56 forks source link

Add the params in extended to the request URL #44

Closed reedmclean closed 5 years ago

reedmclean commented 5 years ago

extended was already a property on RemoteLRS with this intent, but it wasn't implemented yet. Now, if you want to append arbitrary parameters to the request URL, you can do so by setting values in the extended dictionary.

Also, I added default empty dictionaries to a few properties on RemoteLRS as a small usability improvement.