Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

4vpsjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

4vpsjs

API wrapper for 4vps.su

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 15 Jan 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc