Releases: TheMoonThatRises/StudentVue.swift
Releases · TheMoonThatRises/StudentVue.swift
1.0.0 Full Release
0.3.0 Release
Add ability to quickly check validity of credentials (~ <0.7s).
let client = StudentVue(domain: ..., username: ..., password: ...)
let validity = client.checkCredentials()
0.2.0 Relesae
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()
Add Scraper Functionality
Allow user to scrape from StudentVue website. In-package HTML parsing will come soon.
Initial Release
0.0.1 add source code