9.0.0 • Published 5 months ago

glesys-api v9.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 months ago

glesys-api

npm build Coverage Status

A Node.js wrapper for the GleSYS API.

Installation

Note: 22.11.0 (LTS) or later is required.

npm install glesys-api

Usage

import GleSYSAPI from 'glesys-api';

const glesys = new GleSYSAPI({
    apiKey: 'key',
    apiUser: 'user',
});

try {
    const { body } = await glesys.api.serviceInfo();

    console.log(body);
} catch (e) {
    console.error(e);
}

glesys.email.createAccount({
    emailaccount: 'example@example.com',
    password: 'password',
});

Available methods

account

api

archive

country

customer

domain

email

fileStorage

invoice

ip

loadBalancer

network

networkAdapter

networkCircuit

objectStorage

paymentCard

privateNetwork

project

server

serverDisk

sshKey

user

vpn

For more information about the GleSYS API, available arguments etc., please see the GleSYS API documentation.

9.0.0

5 months ago

8.5.0

1 year ago

8.4.0

1 year ago

8.3.0

2 years ago

8.1.0

2 years ago

8.2.0

2 years ago

8.0.0

2 years ago

7.3.0

2 years ago

7.1.0

3 years ago

6.4.0

3 years ago

7.0.0

3 years ago

6.3.0

4 years ago

6.2.0

4 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.3.0

4 years ago

5.2.0

5 years ago

5.1.0

5 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.1.2

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.0

7 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago