The freezerclient.v1.managers.clients
Module¶
-
class
freezerclient.v1.managers.clients.
ClientManager
(client, verify=True)[source]¶ Bases:
object
-
headers
¶
-
list
(limit=10, offset=0, search=None)[source]¶ Retrieves a list of client info structures
Parameters: - limit – number of result to return (optional, default 10)
- offset – order of first document (optional, default 0)
- search –
structured query (optional) can contain: * “match”: list of {field, value} Example: { “match”: [
{“description”: “some search text here”}, {“client_id”: “giano”}, ...],
}
-