unpoller / unifi

Go Library (w/ structures) to grab data from a Ubitquiti UniFi Controller
https://golift.io/discord
MIT License
114 stars 22 forks source link

Fix missing consumption of params in UniReqPost #54

Closed thirdmartini closed 3 years ago

thirdmartini commented 3 years ago

Fix missing params consumption that didn't get put back after a some testing the logout api path.

thirdmartini commented 3 years ago

This failure looks like because this used to be under : "github.com/unifi-poller/unifi" but the project got renamed? Should we adjust the import paths in the test code? ( or am I missing something subtle? )

davidnewhall commented 3 years ago

Yeah it was renamed. Good fix. Thanks!