Go to file
Konstantina Galouni c512a31b72 XmlValidationResponse.java: Added XmlValidationResponse class for structured results including validationScore and fairScore | ValidatorController.java: Return results as XmlValidationResponse. 2022-12-06 01:57:52 +02:00
src/main XmlValidationResponse.java: Added XmlValidationResponse class for structured results including validationScore and fairScore | ValidatorController.java: Return results as XmlValidationResponse. 2022-12-06 01:57:52 +02:00
.gitignore First version of project - /validate POST method gets param 'guidelines' (name of selected guidelines to validate with) and a string as body (xml) to be validated 2022-10-06 13:59:26 +03:00
README.md Initial commit 2022-10-05 18:48:37 +02:00
pom.xml RuleInfo.java: Added RuleInfo class for structured results | ValidatorController.java: Updated how results are returned (more structured) & Added fair guidelines (as separate option and called with any other guideline) & Added unused and untested method for validating uploaded file. 2022-11-30 12:28:56 +02:00

README.md

uoa-validator-api