Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab Support #15

Open
4 tasks done
axelrindle opened this issue Jun 25, 2023 · 0 comments
Open
4 tasks done

Gitlab Support #15

axelrindle opened this issue Jun 25, 2023 · 0 comments
Assignees

Comments

@axelrindle
Copy link
Owner

axelrindle commented Jun 25, 2023

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
        }
      }
    }
  }
}
@axelrindle axelrindle self-assigned this Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant