gitea-rust-sdk

An unofficial rust-sdk for gitea

Implemented api calls

For further documentation please have a look at https://codeberg.org/api/swagger or the documentation of your gitea instance.

admin

miscellaneous

notification

organisation

package

issue

repository

settings

user

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.