This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
Releases: jcornaz/balotaro
Releases · jcornaz/balotaro
1.0.1
1.0.0
First GA release
Includes the base REST API
More details on the functionnalities in the readme
Changes
Dependencies changes
Updated
- Kotlin from 1.0.4 to 1.1.1
- SpringBoot from 1.4.1 to 1.5.2
- Swagger from 2.2.2 to 2.4.0
- JodaTime from 2.9.4 to 2.9.9
- Kondorcet from 1.0-SNAPSHOT to 1.0.0
Previous changes
Read the changelog
1.0-rc1
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)