Skip to content

0.2.0 Relesae

Compare
Choose a tag to compare
@TheMoonThatRises TheMoonThatRises released this 18 Aug 07:22
· 22 commits to develop since this release
e53ef89

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()