Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Gitlab Support #15

Description

@axelrindle

I plan to add Gitlab Support.

Todo's

  • Move Github code to separated package
  • Add abstractions
  • Gitlab REST API
  • Gitlab GraphQL API

Example Queries

REST

GET https://gitlab.com/api/v4/projects/13083/repository/tags?order_by=version&sort=desc

GraphQL

{
  project(fullPath: "gitlab-org/gitlab-foss") {
    releases(first: 1) {
      nodes {
        tagName
        upcomingRelease
        links {
          selfUrl
        }
      }
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions