shock-client
Version:
A community-made Node bot library for controling PiShock devices
17 lines (12 loc) • 599 B
JavaScript
// This file contains the URIs for the API endpoints
// This file is imported into the Shocker.js file
const data = {
DeviceURL: "https://ps.pishock.com/PiShock/GetUserDevices",
SharedDevicesURL:"https://ps.pishock.com/PiShock/GetShareCodesByOwner",
GetShockerInfoURL: "https://do.pishock.com/api/GetShockerInfo",
InfoURL: "https://do.pishock.com/api/GetShockerInfo",
OperateURL: "https://ps.pishock.com/PiShock/Operate",
Vaild: "https://auth.pishock.com/Auth/GetUserIfAPIKeyValid/",
WebShocket: "wss://broker.pishock.com/v2",
}
module.exports = data