David-Lor / Python-PubProxy-API

A Python wrapper for the pubproxy.com public proxy API
1 stars 1 forks source link

Added speed parameter to the get_proxies function #2

Closed austin-millan closed 5 years ago

austin-millan commented 5 years ago

The PubProxy API supports a speed parameter, and this PR includes the speed parameter in the get_proxies(...) function so the endpoint can filter returned proxies based on initial connection speed to the proxy.

No tests were provided since this package doesn't contain a testing suite.