Registry / http-client / gitlab

gitlab

JSON →
library0.1900.1rscratesunverified

A Rust client for the GitLab API, enabling programmatic access to GitLab resources.

# Cargo.toml [dependencies] gitlab = "0.1900.1"
INSTALL
IMPORT
SIG · GITLAB
G
gitlab
http-clientrustv0.1900.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gitlab
✓ use gitlab::Gitlab;

Creates a GitLab API client with a personal access token.

use gitlab::Gitlab; fn main() -> Result<(), Box<dyn std::error::Error>> { let client = Gitlab::new("https://gitlab.com", "your_token")?; println!("Client created"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1900.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
gitlab — cargo add gitlab · libregistry