1.0.9 • Published 1 year ago

astroproxy-api v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Astroproxy API

This is unofficial ESM API wrapper for https://astroproxy.com/ written on Typescript.

Documentation

Typescript documentation is available here

Basic usage

const astroproxyApi = new Astroproxy("YOUR_API_KEY");

const ports = await astroproxyApi.getPorts();

// Get Reset URL
console.log(ports[0].changeIpUrl.toString());
// Get Socks URL
console.log(ports[0].socksUrl.toString());
// Get HTTPS URL
console.log(ports[0].httpsUrl.toString());
// Get HTTP URL
console.log(ports[0].httpUrl.toString());

// Reset IP
await port[0].newIp();
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago