Skip to content

Commit d3c9293

Browse files
committed
IDEV-2013: Update docstrings and help text.
1 parent 6361d66 commit d3c9293

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

domaintools/api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,9 @@ def domainrdap(self, **kwargs):
11111111
)
11121112

11131113
def domaindiscovery(self, **kwargs):
1114-
"""Returns new domains as they are either discovered in domain registration information, observed by our global sensor network, or reported by trusted third parties"""
1114+
"""Returns new domains as they are either discovered in domain registration information, observed by our global sensor network,
1115+
or reported by trusted third parties
1116+
"""
11151117
validate_feeds_parameters(kwargs)
11161118
endpoint = kwargs.pop("endpoint", Endpoint.FEED.value)
11171119
source = ENDPOINT_TO_SOURCE_MAP.get(endpoint).value

domaintools/cli/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def _phisheye_termlist():
8585
c.FEEDS_NAD: "Returns back newly active domains feed.",
8686
c.FEEDS_NOD: "Returns back newly observed domains feed.",
8787
c.FEEDS_DOMAINRDAP: "Returns changes to global domain registration information, populated by the Registration Data Access Protocol (RDAP).",
88+
c.FEEDS_DOMAINDISCOVERY: "Returns new domains as they are either discovered in domain registration information, observed by our global sensor network, or reported by trusted third parties.",
8889
}
8990

9091

0 commit comments

Comments
 (0)