Top "Gitlab-api" questions

The GitLab API is the api for the GitLab Community Edition.

C# how to get the JSON string by using HttpWebRequest

Anybody help me to get the JSON from the gitlab site. I have written my code but when I compile …

c# json httpwebrequest getjson gitlab-api
Gitlab API: How to generate the private token

This is what I tried: curl http://git.ep.petrobras.com.br/api/v3/session --data-urlencode 'login=myUser&password=…

api curl gitlab gitlab-api
GitLab API - How to get private_token using GET with session parameter?

I am using GitLab API v3 to do some operations on my private installation. Using private_token in GET URL …

gitlab gitlab-api
GitLab API - How to GET the repository/project files and metadata?

I am new to GitLab and using API calls and am confused on how to make a call to get …

python json git gitlab gitlab-api
GitLab: Is it possible to run pipeline on a specific runner?

Is it possible to run a pipeline on a specific runner? (not using tags) Is it feasible to use environments, …

gitlab gitlab-ci gitlab-ci-runner gitlab-api
Pagination in Gitlab API only returns 100 per_page max

I am currently using GitLab API to return all projects within a group. The question I have is, how do …

curl gitlab gitlab-api