0.0.9 • Published 3 years ago

hostingde-api-js v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Hosting.de SDK for JavaScript

A simple and easy to use client for the Hosting.de API

Supported API Services

  • DNS (in process)
  • Machine (planned)
  • Database (planned)
  • Domain (planned)
  • SSL (not planned)
  • E-Mail (not planned)
  • Webhosting (not planned)

Installation

npm i hostingde-api-js

Usage

Import and initialize a client using an access token

const { ClientDNS } = require("hostingde-api-js")

// Initializing a client
 let url = "https://secure.hosting.de/api",
    token = "TOKEN",
    limit = 10;
const client = new ClientDNS(url, token, limit)
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago