Releases: Samuel-Maddock/StrawPoll-Java-API
Releases · Samuel-Maddock/StrawPoll-Java-API
Version 1.0.4
Minor fixes:
- Return type of
StrawPoll#setOptionsandStrawPoll#addOptionsnow correctly returns the updatedStrawPollobject - Updated the example to reflect the above changes
- Renamed
StrawPoll#setismultitoStrawPoll#setIsMultito correctly reflect the documentation
Version 1.0.3
Minor bug fixes and QoL changes:
- Added a
toString()method to the StrawPoll object which just callstoRawJSON() - Fixed the
update()method for updating current polls - Added more documentation to StrawPoll.java
- Added an example of using the
update()method in Example.java - Fixed typos in README.md
Version 1.0.2
Hotfix to update StrawPoll API urls.
Version 1.0.1
This release adds the finished retrieve() method and minor bug fixes:
- Fixed an issue with the
retrieve()method where I forgot to add support to Poll ID - Added a constructor which allows you to create a poll by passing it a valid poll ID.
- Fixed some typos in the
README.md - Added another example to the example class
Version 1.0.0
The first version of the StrawPoll Java API. Check out the README.md to find out more.