gitea_rust_sdk 0.1.2

An unofficial rust-sdk for gitea
Documentation

gitea-rust-sdk

An unofficial rust-sdk for gitea

Testing

In order to run all unit tests, you would first have to provide your gitea api key and your gitea instance url. To do so please copy them into the appropriate .txt files in the rsc/ folder.

Afterwards you can safefly run cargo test. If that one fails try running cargo test -- --nocapture to see if you have entered the token and url correctly.