Socket
Socket
Sign inDemoInstall

4vpsjs

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    4vpsjs

API wrapper for 4vps.su


Version published
Maintainers
1
Created

Readme

Source

4vpsjs

An API wrapper for 4vps.su

Documentation

Visit https://4vps.su/page/api for information about every API route.

Example

const Hoster = require("4vpsjs");
const host = new Hoster.VPS4(process.env.apikey);

host.myservers().then((servers) => {
    console.log(servers);
});

Example API response

Success

{
    "isError": false,
    "error": null,
    "url": "https://4vps.su/api/myservers",
    "data": { "serverlist": [] }
}

Error

{
    "isError": true,
    "error": "Authentication error",
    "url": "https://4vps.su/api/myservers",
    "data": null
}

Keywords

FAQs

Last updated on 15 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc