python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problem passing markdown template via gitlab projects api in a python script
I am trying to use the gitlab projects api to edit multiple project MR templates. The problem is, that it only sends the first line of the markdown template.
While messing around with the script, I wa...
Arcath
Votes: 0
Answers: 1
How to fix requests.get() failure on gitlab rest api?
I am using python reqests.get() to invoke one of gitlab api's in my Python script running on Windows. It works fine on my dev machine, but it fails with below error message when I run the script in T...
Kay
Votes: 0
Answers: 0
How to list public groups of a user in Gitlab?
I want all the public groups of a particular user in gitlab. Is there any API or any other way to achieve it.
https://gitlab.com/api/v4/groups
If I use this API without providing any authentication to...
aman
Votes: 0
Answers: 1
is it a good idea to use gitlab config trigger API call toward some service?
I know it might not be the best case, but due to some limitations, I have to do, THe API call will need to be triggered through GitLab.
The service is running in a place that only gitlab is able to ac...
James Xu
Votes: 0
Answers: 0