prohosting24

An unofficial, reverse-engineered wrapper for the internal ProHosting24 API.

Usage no npm install needed!

<script type="module">
  import prohosting24 from 'https://cdn.skypack.dev/prohosting24';
</script>

README

📋 ProHosting24 Wrapper

An unofficial, reverse-engineered wrapper for the internal ProHosting24 API.

Usage

Install Package

npm i prohosting24

ES5 import

require("prohosting24");

or ES6 import

import "prohosting24";

Features:

Method params
getVServerInfo session_cookie, server_id
startVServer session_cookie, server_id
stopVServer session_cookie, server_id
getCreditHistory session_cookie
getAffiliateInfos session_cookie
getOwnTickets session_cookie

Roadmap

  • Add more features

Feedback

If you have any feedback, please create an issue.