gitlab_client

Crates.iogitlab_client
lib.rsgitlab_client
version0.14.2
sourcesrc
created_at2023-03-26 16:31:34.724879
updated_at2024-04-26 11:30:40.130722
descriptionGitLab client
homepagehttps://github.com/demurgos/gitlab-client
repositoryhttps://github.com/demurgos/gitlab-client
max_upload_size
id821384
size126,903
Charles Samborski (demurgos)

documentation

https://docs.rs/gitlab_client

README

GitLab Client

GitHub crates.io CI status docs.rs/gitlab_client license MIT

Client for the GitLab API.

Installation

Run the following command in your project:

cargo add gitlab_client

Usage

See examples directory.

This library is organized as a set of tower_service handlers. This allows to abstract the transport layer and focus on the GitLab API.

Documentation

See docs.rs/gitlab_client.

Maintenance status

This library is incomplete for now. Development is not a high priority. New APIs are added as needed.

If you want to improve the library, feel free to open an issue or send a PR. Breaking changes are allowed. Note however that review times may be slow.

License

AGPL-3.0-or-later

Commit count: 15

cargo fmt