glesys-api
Advanced tools
Comparing version 8.2.0 to 8.3.0
@@ -13,3 +13,4 @@ import Account from './endpoints/account.js'; | ||
import Network from './endpoints/network.js'; | ||
import Networkadapter from './endpoints/networkadapter.js'; | ||
import NetworkAdapter from './endpoints/networkadapter.js'; | ||
import NetworkCircuit from './endpoints/networkcircuit.js'; | ||
import Objectstorage from './endpoints/objectstorage.js'; | ||
@@ -84,5 +85,9 @@ import Paymentcard from './endpoints/paymentcard.js'; | ||
get networkAdapter() { | ||
return new Networkadapter(this.request); | ||
return new NetworkAdapter(this.request); | ||
} | ||
get networkCircuit() { | ||
return new NetworkCircuit(this.request); | ||
} | ||
get objectStorage() { | ||
@@ -89,0 +94,0 @@ return new Objectstorage(this.request); |
{ | ||
"name": "glesys-api", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "Node.js wrapper for the GleSYS API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -163,3 +163,7 @@ # glesys-api | ||
### networkCircuit | ||
* [`GleSYSAPI.networkCircuit.details()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#networkcircuitdetails) | ||
* [`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) | ||
@@ -166,0 +170,0 @@ * [`GleSYSAPI.objectStorage.createInstance()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragecreateinstance) |
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
58633
28
909
251