Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
/ kreta-proxy Public archive

A proxy for requesting and processing data from Kreta servers

License

Notifications You must be signed in to change notification settings

hazizz/kreta-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kreta proxy

This is a proxy for E-Kréta written in rust

Getting Started

Prerequisites

To get started you need a functioning rust-lang environment on your computer

cargo --version
cargo 1.37.0 (9edd08916 2019-08-02)

Installing

Download the code

git clone https://github.com/hazizz/kreta-proxy.git

Run with cargo

cd kreta-proxy
cargo run

Running the tests

The unit tests require you to give a username, password and school url in environmental variables.

export USERNAME=username
export PASSWORD=password
export SCHOOL_URL=url
cargo test

Usage

The proxy has non protected end points that can be accessed with HTTP. Documentation can be found on postman.

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A proxy for requesting and processing data from Kreta servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published