glesys-api
Advanced tools
Comparing version 8.3.0 to 8.4.0
@@ -14,2 +14,7 @@ import Endpoint from '../endpoint.js'; | ||
// https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipestimatedcost | ||
estimatedCost() { | ||
return this.request.post('/ip/estimatedcost'); | ||
} | ||
// https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistfree | ||
@@ -16,0 +21,0 @@ listFree(data) { |
{ | ||
"name": "glesys-api", | ||
"version": "8.3.0", | ||
"version": "8.4.0", | ||
"description": "Node.js wrapper for the GleSYS API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -72,2 +72,3 @@ # glesys-api | ||
* [`GleSYSAPI.domain.addRecord()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainaddrecord) | ||
* [`GleSYSAPI.domain.allowedArguments()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainallowedarguments) | ||
* [`GleSYSAPI.domain.available()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainavailable) | ||
@@ -104,4 +105,4 @@ * [`GleSYSAPI.domain.changeNameServers()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainchangenameservers) | ||
* [`GleSYSAPI.fileStorage.createVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragecreatevolume) | ||
* [`GleSYSAPI.fileStorage.deleteVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragedeletevolume) | ||
* [`GleSYSAPI.fileStorage.editVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestorageeditvolume) | ||
* [`GleSYSAPI.fileStorage.deleteVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragedeletevolume) | ||
* [`GleSYSAPI.fileStorage.listPlans()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragelistplans) | ||
@@ -120,2 +121,3 @@ * [`GleSYSAPI.fileStorage.listVolumes()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragelistvolumes) | ||
* [`GleSYSAPI.ip.details()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipdetails) | ||
* [`GleSYSAPI.ip.estimatedCost()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipestimatedcost) | ||
* [`GleSYSAPI.ip.listFree()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistfree) | ||
@@ -169,4 +171,4 @@ * [`GleSYSAPI.ip.listOwn()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistown) | ||
* [`GleSYSAPI.networkCircuit.list()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#networkcircuitlist) | ||
### objectStorage | ||
* [`GleSYSAPI.objectStorage.createCredential()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragecreatecredential) | ||
@@ -185,4 +187,4 @@ * [`GleSYSAPI.objectStorage.createInstance()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragecreateinstance) | ||
### project | ||
* [`GleSYSAPI.project.delete()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectdelete) | ||
* [`GleSYSAPI.project.edit()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectedit) | ||
* [`GleSYSAPI.project.delete()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectdelete) | ||
* [`GleSYSAPI.project.rename()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectrename) | ||
@@ -198,2 +200,4 @@ | ||
* [`GleSYSAPI.server.createFromBackup()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#servercreatefrombackup) | ||
* [`GleSYSAPI.server.createManualBackup()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#servercreatemanualbackup) | ||
* [`GleSYSAPI.server.deleteManualBackup()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverdeletemanualbackup) | ||
* [`GleSYSAPI.server.destroy()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverdestroy) | ||
@@ -248,3 +252,3 @@ * [`GleSYSAPI.server.details()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverdetails) | ||
* [`GleSYSAPI.user.signUp()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#usersignup) | ||
* [`GleSYSAPI.user.supportChallenge()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#usersupportChallenge) | ||
* [`GleSYSAPI.user.supportChallenge()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#usersupportchallenge) | ||
@@ -251,0 +255,0 @@ ### vpn |
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
59288
913
255