Utils¶
-
class
sevdeskapi.utils.converter.Convert¶ A very basic converter class
-
static
to_int(get_sevdesk_client_method, data, field, key)¶ Converts input value to string
- Returns
-
static
to_string(get_sevdesk_client_method, data, field, key)¶ Converts input value to string
- Returns
-
static
-
class
sevdeskapi.utils.map.AttributeMixin¶ Mixin for helper methods for working with Object attributes
-
find_structure_field(needle)¶ Helper method to find a “needle” in STRUCTURE. This method try to match needle with field (key), one of field aliases field.apiname or field.name
- Parameters
needle – word/attribute which should be found in structure
- Returns
-
map_attributes(data)¶
-