The designateclient.v2.utils
Module
this page last updated: 2025-03-28 23:45:56.804536
-
designateclient.v2.utils.
get_all
(function, criterion=None, args=None)[source]
Parameters: |
- function – Function to be called to get data
- criterion – dict of filters to be applied
- args – arguments to be given to the function
|
Returns: | DesignateList()
|
-
designateclient.v2.utils.
parse_query_from_url
(url)[source]
Helper to get key bits of data from the “next” url returned
from the API on collections
:param url:
:return: dict
-
designateclient.v2.utils.
resolve_by_name
(func, name, *args)[source]
Helper to resolve a “name” a’la foo.com to it’s ID by using REST api’s
query support and filtering on name.
this page last updated: 2025-03-28 23:45:56.804536