appscode-onebox-js-client
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function appProducts(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/apps/products' | ||
path = '/onebox/v1beta1/apps/products' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -18,3 +18,3 @@ } | ||
function appDownloadURL(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/apps/download-url' | ||
path = '/onebox/v1beta1/apps/download-url' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -21,0 +21,0 @@ } |
@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function conduitWhoAmI(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/conduit/whoami' | ||
path = '/onebox/v1beta1/conduit/whoami' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -15,0 +15,0 @@ } |
@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function licensesList(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/licenses' | ||
path = '/onebox/v1beta1/licenses' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -18,3 +18,3 @@ } | ||
function licensesCreate(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/licenses' | ||
path = '/onebox/v1beta1/licenses' | ||
return xhr(path, 'POST', conf, null, p); | ||
@@ -24,3 +24,3 @@ } | ||
function licensesUpdate(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/licenses/' + p['serial'] | ||
path = '/onebox/v1beta1/licenses/' + p['serial'] | ||
delete p['serial'] | ||
@@ -31,3 +31,3 @@ return xhr(path, 'PUT', conf, null, p); | ||
function licensesDescribe(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/licenses/' + p['serial'] | ||
path = '/onebox/v1beta1/licenses/' + p['serial'] | ||
delete p['serial'] | ||
@@ -38,3 +38,3 @@ return xhr(path, 'GET', conf, p); | ||
function licensesVerify(p, conf) { | ||
path = '/_appscode/api/onebox/v1beta1/licenses/verify' | ||
path = '/onebox/v1beta1/licenses/verify' | ||
return xhr(path, 'POST', conf, null, p); | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "appscode-onebox-js-client", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "AppsCode Onebox API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7836