1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
---
layout: home
hero:
name: gitlab
text: Ruby client and CLI for GitLab API
tagline: used by thousands of developers and CI tools
actions:
- theme: brand
text: Get Started
link: /installation
- theme: alt
text: Examples
link: /examples
features:
- icon: 🧩
title: 60+ API Modules
details: Complete coverage of GitLab API endpoints
- icon: 🛠️
title: Multiple Interfaces
details: Programmatic Ruby API and CLI tools
- icon: 🔐
title: Authentication
details: OAuth2, Personal Access Tokens, CI Job Tokens
- icon: 🔁
title: Pagination Support
details: Automatic and manual pagination handling
- icon: 📦
title: Response Objects
details: Hash-like objects with dot notation access
- icon: ⚙️
title: Configuration Management
details: Global and per-instance configuration
---
|