webdock
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

webdock

NPM

NodeJS SDK Library / Wrapper for the Webdock API

Installation

npm install webdock

Documentation

Full API documentation is available at: api.webdock.io

Usage example

const WebdockApi = require("webdock");

WebdockApi.OpenAPI.TOKEN = "Your_token_goes_here";

const main = async () => {
    const ping = await WebdockApi.PingService.getPing();
    console.log(ping); // { webdock: 'rocks' }

    const servers = await WebdockApi.ServersService.getServers();
    console.log(servers);
};

main();

Readme

Keywords

Package Sidebar

Install

npm i webdock

Weekly Downloads

1

Version

2.0.0

License

ISC

Unpacked Size

229 kB

Total Files

214

Last publish

Collaborators

  • alex0007
  • webdock.io