| Crates.io | gitlab_client |
| lib.rs | gitlab_client |
| version | 0.15.1 |
| created_at | 2023-03-26 16:31:34.724879+00 |
| updated_at | 2025-06-15 22:49:50.394541+00 |
| description | GitLab client |
| homepage | https://github.com/demurgos/gitlab-client |
| repository | https://github.com/demurgos/gitlab-client |
| max_upload_size | |
| id | 821384 |
| size | 253,872 |
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.