Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 821 Bytes

File metadata and controls

44 lines (30 loc) · 821 Bytes

Nodesty API Client

A powerful API client for Nodesty.

📦 Features

  • ⚡ Fast & Secure
  • 🔌 Easy to use
  • ✅ Type-Safe
  • ⚙️ Modular & Scalable
  • 💯 %100 Coverage of Nodesty API

🚀 Getting Started

Installation

npx nypm i @nodesty/api-client

Usage

import { NodestyApiClient } from '@nodesty/api-client';

const api = new NodestyApiClient({
    accessToken: 'YOUR_NODESTY_PERSONAL_ACCESS_TOKEN',
});

// Now you can access different services:
const user = api.user;
const vps = api.vps;
const firewall = api.firewall;
const dedicatedServer = api.dedicatedServer;
const mailHosting = api.mailHosting;

❤️ Contribute

Contributions are always welcome! Please read the contribution guidelines first.

⚖️ License

MIT