Skip to content

Releases: Samuel-Maddock/StrawPoll-Java-API

Version 1.0.4

13 Aug 10:07

Choose a tag to compare

Minor fixes:

  • Return type of StrawPoll#setOptions and StrawPoll#addOptions now correctly returns the updated StrawPoll object
  • Updated the example to reflect the above changes
  • Renamed StrawPoll#setismulti to StrawPoll#setIsMulti to correctly reflect the documentation

Version 1.0.3

31 Mar 23:40

Choose a tag to compare

Minor bug fixes and QoL changes:

  • Added a toString() method to the StrawPoll object which just calls toRawJSON()
  • 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

14 Mar 20:00

Choose a tag to compare

Hotfix to update StrawPoll API urls.

Version 1.0.1

11 Aug 11:52

Choose a tag to compare

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

10 Aug 19:28

Choose a tag to compare

The first version of the StrawPoll Java API. Check out the README.md to find out more.