This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
1.0-rc1
Pre-release
Pre-release
Added
Web service methods
GET /
return the app name, description and versionGET /version
return the version of the web servicePOST /poll/create
Create a new poll (safe or unsafe)POST /poll/createTokens
Create new tokens for a pollPOST /vote
Submit a ballot and consume the vote-tokenDELETE /poll/close
Close a poll and return the result
Support of voting methods
Other
- API documentation with Swagger (UI at
/swagger-ui.html
) - Automatically delete expired polls (a poll expire 30 days after it creation)