Releases: HyDevelop/VeracrossAnalyzer.SDK
Releases · HyDevelop/VeracrossAnalyzer.SDK
2.1.2.209
- Add
getCrsfToken()
- Add
markAssignmentAsRead(csrf, scoreId)
v2.1.1.194
- Add more alias for course levels.
(Eg. It was unable to detect "modern world history acc" as level A before)
2.1.0.186
- Fix the space at the end of the letter grades. ("A" instead of "A ")
v2.1.0.181
v2.0.0.169
- Add Legacy Support!
- Now both the new web api
portals-app.veracross.com
and the old apiportals.veracross.com
are supported!
v1.3.3.134
- Add course status (Future / Present ("active") / Past)
v1.3.2.130
- Add student and faculty directory features.
v1.2.2.113
- Add
letterGrade
andnumericGrade
fields toVeracrossCourse
class. - Optimizations
v1.2.1.106
- Add
getCookies()
to HTTP client objects. - Make data fields private, and accessible through getters.
v1.2.0.97
- Throws a
VeracrossException
when the login fails (Eg. password is wrong). - Add
VERSION
in constants - Add method
restoreCookies(List<Cookie>)
in the http client class.