We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383c328 commit e5e83a5Copy full SHA for e5e83a5
ip2proxywebservice.go
@@ -36,6 +36,7 @@ type IP2ProxyCreditResult struct {
36
Response string `json:"response"`
37
}
38
39
+// The WS struct is the main object used to query the IP2Proxy Web Service.
40
type WS struct {
41
apiKey string
42
apiPackage string
0 commit comments