1 unstable release
0.1.0 | Sep 11, 2024 |
---|
#928 in Web programming
28 downloads per month
13KB
324 lines
bakalari - a crate for the Bakaláři school system
This crate wraps the Bakaláři API, as specified in this repo.
testing
To run the tests, you need to specify three environment variables:
BAKALARI_USERNAME
: The username of your Bakaláři accountBAKALARI_PASSWORD
: The password of your Bakaláři accountBAKALARI_BASE_URL
: The base URL of your Bakaláři instance
So, for example, this is what this would look like in Powershell:
$env:BAKALARI_USERNAME = "myusername"; $env:BAKALARI_PASSWORD = "mypassword"; $env:BAKALARI_BASE_URL = "https://bakalari.school.tld";
Dependencies
~5–15MB
~211K SLoC