1.0.5 • Published 5 years ago
proxydize v1.0.5
Proxydize Server API Client
API client for Proxydize server
Methods:
| Method | Parameters | Description |
|---|---|---|
| constructor | server, token, optionalHeaders | Instantiate client |
| getInfo | - | Return information from all dongles |
| getDeviceById | id | Return information of a specific dongle |
| getDeviceByImei | imei | Return information of a specific dongle |
| getIP | id | Return new IP address of a dongle |
| rotate | id (optional) | Reboot all/specific dongle/s |
| getSMS | id | Get all SMS messages from a dongle |
| sendSMS | id, sendTo, message | Send a message to phone number |
| sharedProxy | Return information from shared proxies | |
| addSharedProxy | options | Add shared proxy |
| deleteSharedProxy | port (optional) | Delete all/specific shared proxy/proxies |
| rotateSharedProxy | port, password | Reboot a shared proxy |