Added ability to send all params through addListToBoard
There are more than just the name parameter that can be sent through to the addListToBoard() API endpoint. So I generically made it so that you can pass an object of parameters through to this method. It's also backwards compatible so it doesn't break anyone else as it does a type check on the param coming through, if it's a string, it assumes you're sending a name through, if it's an object, it sets the query variable equal to what's coming through.
Hi @joshterrill, Thank you very much for your contribution. Can you please add a test for your changes? Thank you so much.
@norberteder Sure thing. I didn't see a test written for the original method so I thought to leave it alone. I can write a test for it, though.
@norberteder I added a unit test for the addListToBoard that I modified.
This wasn't merged? Or is this just a byproduct of you removing master and moving to main?