swiftyspiffy / StrawPollNET

Simple library for interfacing with the Strawpoll (original). You can create Strawpolls as well as view Strawpoll statistics.
http://www.strawpoll.me/
MIT License
2 stars 1 forks source link

Update Api create methods to use list interfaces #4

Closed JoeBerkley closed 5 years ago

JoeBerkley commented 5 years ago

The type here should be allowed to be anything that implements the list interface, not forced to be converted to a list. This isn't a breaking change as List<> implements IList<>

swiftyspiffy commented 5 years ago

Looks good to me, thanks!