Skip to content

Repository files navigation

glesys-api

npm build Coverage Status

A Node.js wrapper for the GleSYS API.

Installation

Note: 24.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

blockStorage

country

customer

database

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.

About

Node.js wrapper for the GleSYS API.

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages