File: index.md

package info (click to toggle)
ruby-gitlab 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,824 kB
  • sloc: ruby: 12,742; makefile: 7; sh: 4; javascript: 3
file content (35 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
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
---