Skip to content

alexohneander/hostingde-api-js

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •