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

Add GitLab client constructor #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lukes
Copy link

@lukes lukes commented Aug 7, 2021

Hi!

I've added a GitLab client constructor. Unfortunately I haven't been able to have bundler resolve the gem dependencies, so wasn't able to run the specs. Please could you check out this branch and make sure the specs run for me!

You can test the client using an unauthenticated request:

GITLAB_GQL = GQLi::GitLab.create

ProjectQuery = GQLi::DSL.query {
  project(fullPath: "gitlab-org/gitlab") {
    name
  }
}

GITLAB_GQL.execute(ProjectQuery)

@lukes
Copy link
Author

lukes commented Sep 8, 2022

Hi, @dlitvakb! Could you please review this PR? Thank you!

@lukes
Copy link
Author

lukes commented Sep 30, 2022

Hi, @cachrisman @asaaki! Are you able to review this PR? Thank you!

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

Successfully merging this pull request may close these issues.

1 participant