-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtypedefs.json
34 lines (34 loc) · 1.64 KB
/
typedefs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"_namecheap.WebOptions": {
"link": "https://github.com/rqt/namecheap-web#type-weboptions",
"description": "Options for the web client."
},
"_namecheap.NamecheapWeb": {
"link": "https://github.com/rqt/namecheap-web#type-namecheapweb",
"description": "Performs namecheap.com operations via the web interface."
},
"_namecheap.WhitelistedIP": {
"link": "https://github.com/rqt/namecheap-web#type-whitelistedip",
"description": "A white-listed IP which can be used for API calls."
},
"undefinedconstructor": {
"link": "https://github.com/rqt/namecheap-web#constructoroptions-weboptions-namecheapweb",
"description": "Create a new instance of the _NamecheapWeb_ class. The `sandbox` version can be specified in the options."
},
"undefinedauth": {
"link": "https://github.com/rqt/namecheap-web#async-authusername-stringpassword-stringphone-stringforce-boolean-promise",
"description": "Authenticate the app and obtain the cookies."
},
"undefinedgetWhitelistedIPList": {
"link": "https://github.com/rqt/namecheap-web#async-getwhitelistediplist-promisearray_namecheapwhitelistedip",
"description": "Get a list of white-listed IP addresses which can make API calls. The maximum of 20 IP addresses is allowed."
},
"undefinedwhitelistIP": {
"link": "https://github.com/rqt/namecheap-web#async-whitelistipip-stringname-string-promise",
"description": "Add an IP address to the white-listed IPs."
},
"undefinedremoveWhitelistedIP": {
"link": "https://github.com/rqt/namecheap-web#async-removewhitelistedipname-string-promise",
"description": "Remove the IP from the white-listed IPs by its name."
}
}