0.2.0 Relesae
TheMoonThatRises
released this
18 Aug 07:22
·
22 commits
to develop
since this release
Implemented Course History into scraper. Use with
let client = StudentVue(domain: ..., username: ..., password: ...)
_ = try await client.scraper.login()
let courseHistory = try await client.scraper.getCourseHistory()