bakalari

Crates.iobakalari
lib.rsbakalari
version0.1.0
sourcesrc
created_at2024-09-11 19:54:58.686776
updated_at2024-09-11 19:54:58.686776
descriptionAn easy to use crate for the Bakaláři API
homepage
repositoryhttps://github.com/stanekondrej/bakalari
max_upload_size
id1372218
size14,532
Ondřej Staněk (stanekondrej)

documentation

README

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 account
  • BAKALARI_PASSWORD: The password of your Bakaláři account
  • BAKALARI_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";
Commit count: 0

cargo fmt