Comparing version 0.1.7 to 0.1.8
@@ -22,3 +22,3 @@ { | ||
"project", | ||
"7", | ||
"/vehicle/node/description", | ||
"id", | ||
@@ -25,0 +25,0 @@ "name" |
@@ -16,3 +16,3 @@ import axios from "axios"; | ||
} | ||
this.API_URL = `${this.BASE_URL}${API_PATH}` | ||
@@ -28,3 +28,3 @@ this.AT = accessToken; | ||
const res = await axios.get(url, this.config); | ||
return res.data.id; | ||
return res.data; | ||
} | ||
@@ -31,0 +31,0 @@ catch(e) { |
@@ -16,3 +16,3 @@ #!/usr/bin/env node | ||
const version = "0.1.7"; | ||
const version = "0.1.8"; | ||
@@ -94,3 +94,3 @@ const parser = new ArgumentParser({ | ||
throw new Error(`Error: object type '${objectType}' is not supported`) | ||
} | ||
} | ||
} | ||
@@ -97,0 +97,0 @@ |
{ | ||
"name": "gitlab-x", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "GitLab Executor API Interface", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/mxcd/gitlab-api", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12337