Crates.io | gitlab_client |
lib.rs | gitlab_client |
version | 0.14.2 |
source | src |
created_at | 2023-03-26 16:31:34.724879 |
updated_at | 2024-04-26 11:30:40.130722 |
description | GitLab client |
homepage | https://github.com/demurgos/gitlab-client |
repository | https://github.com/demurgos/gitlab-client |
max_upload_size | |
id | 821384 |
size | 126,903 |
Client for the GitLab API.
Run the following command in your project:
cargo add gitlab_client
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.
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.