Skip to content

0.3.0 Release

Compare
Choose a tag to compare
@TheMoonThatRises TheMoonThatRises released this 20 Aug 04:17
· 13 commits to develop since this release
a6dc6f9

Add ability to quickly check validity of credentials (~ <0.7s).

let client = StudentVue(domain: ..., username: ..., password: ...)
let validity = client.checkCredentials()