Skip to content

Commit a8cb645

Browse files
justinc1anazobec
authored andcommitted
Adjust comment
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 6d6b56a commit a8cb645

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

plugins/module_utils/rest_client.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ def list_records_raw(
4747
endpoint: str,
4848
timeout: Optional[float] = None,
4949
) -> Any:
50-
"""Results are obtained so that first off, all records are obtained and
51-
then filtered manually"""
50+
"""
51+
Returns all records. No filtering is done.
52+
Returned type is same as type returned by HyperCore API.
53+
"""
5254
try:
5355
records = self.client.get(path=endpoint, timeout=timeout).json
5456
except TimeoutError as e:

0 commit comments

Comments
 (0)