1.0.0 • Published 11 months ago
vidhide v1.0.0
VidHide API Wrapper
!NOTE
Because this is a new wrapper for VidHide it currently supports all VidHide API endpoints.
Requirements
- VidHide API Key (Get it here
- npm >=8.3.0
- node >=16.0.0
Installation
!IMPORTANT npm i VidHide
Usage
const VidHide = require("vidhide");
const API = new VidHide.API("YOUR_API_KEY");
API.account.getAccountInfo().then((res) => {
console.log(res); // returns account info
});
API.account.getAccountStats().then((res) => {
console.log(res);
});
1.0.0
11 months ago