Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

glesys-api

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glesys-api - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

3

CHANGELOG.md
# Changelog
## 4.1.2 (2019-12-02)
* Restored `POST` from `GET` where applicable.
## 4.1.1 (2019-10-05)

@@ -3,0 +6,0 @@ * Fixed an small issue when merging request options.

2

lib/endpoints/archive.js

@@ -35,3 +35,3 @@ 'use strict';

details (data) {
return this.request.get('/archive/details', data);
return this.request.post('/archive/details', data);
}

@@ -38,0 +38,0 @@

@@ -25,3 +25,3 @@ 'use strict';

available (data) {
return this.request.get('/domain/available', data);
return this.request.post('/domain/available', data);
}

@@ -46,3 +46,3 @@

details (data) {
return this.request.get('/domain/details', data);
return this.request.post('/domain/details', data);
}

@@ -67,3 +67,3 @@

listRecords (data) {
return this.request.get('/domain/listrecords', data);
return this.request.post('/domain/listrecords', data);
}

@@ -70,0 +70,0 @@

@@ -45,3 +45,3 @@ 'use strict';

list (data) {
return this.request.get('/email/list', data);
return this.request.post('/email/list', data);
}

@@ -56,3 +56,3 @@

quota (data) {
return this.request.get('/email/quota', data);
return this.request.post('/email/quota', data);
}

@@ -59,0 +59,0 @@ }

@@ -15,3 +15,3 @@ 'use strict';

details (data) {
return this.request.get('/ip/details', data);
return this.request.post('/ip/details', data);
}

@@ -21,3 +21,3 @@

listFree (data) {
return this.request.get('/ip/listfree', data);
return this.request.post('/ip/listfree', data);
}

@@ -27,3 +27,3 @@

listOwn (data) {
return this.request.get('/ip/listown', data);
return this.request.post('/ip/listown', data);
}

@@ -30,0 +30,0 @@

@@ -45,3 +45,3 @@ 'use strict';

details (data) {
return this.request.get('/loadbalancer/details', data);
return this.request.post('/loadbalancer/details', data);
}

@@ -91,3 +91,3 @@

listCertificate (data) {
return this.request.get('/loadbalancer/listcertificate', data);
return this.request.post('/loadbalancer/listcertificate', data);
}

@@ -94,0 +94,0 @@

@@ -30,3 +30,3 @@ 'use strict';

console (data) {
return this.request.get('/server/console', data);
return this.request.post('/server/console', data);
}

@@ -36,3 +36,3 @@

costs (data) {
return this.request.get('/server/costs', data);
return this.request.post('/server/costs', data);
}

@@ -52,3 +52,3 @@

details (data) {
return this.request.get('/server/details', data);
return this.request.post('/server/details', data);
}

@@ -63,3 +63,3 @@

limits (data) {
return this.request.get('/server/limits', data);
return this.request.post('/server/limits', data);
}

@@ -74,3 +74,3 @@

listISO (data) {
return this.request.get('/server/listiso', data);
return this.request.post('/server/listiso', data);
}

@@ -105,3 +105,3 @@

resourceUsage (data) {
return this.request.get('/server/resourceusage', data);
return this.request.post('/server/resourceusage', data);
}

@@ -116,3 +116,3 @@

status (data) {
return this.request.get('/server/status', data);
return this.request.post('/server/status', data);
}

@@ -119,0 +119,0 @@

{
"name": "glesys-api",
"version": "4.1.1",
"version": "4.1.2",
"description": "Node.js wrapper for the GleSYS API.",

@@ -5,0 +5,0 @@ "main": "lib/glesys.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc