Hi does anyone know if there is a way to get http status codes with python-gitlab? Or is there a way to use requests with python-gitlab to get the status codes?
Like how in the requests library you you can do r.status_code and that will return 200 or another code.
response_codeattribute on the error object.