Crates.io | bakalari |
lib.rs | bakalari |
version | 0.1.0 |
source | src |
created_at | 2024-09-11 19:54:58.686776 |
updated_at | 2024-09-11 19:54:58.686776 |
description | An easy to use crate for the Bakaláři API |
homepage | |
repository | https://github.com/stanekondrej/bakalari |
max_upload_size | |
id | 1372218 |
size | 14,532 |
This crate wraps the Bakaláři API, as specified in this repo.
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 instanceSo, 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";