class documentation

Undocumented

Method __repr__ Undocumented
Method __str__ Undocumented
Method add_owner Undocumented
Method create_list Undocumented
Method get_list_page Undocumented
Method get_lists Undocumented
Method remove_all_owners Undocumented
Method set_template Undocumented
Property base_url Undocumented
Property lists Undocumented
Property owners Undocumented
Property templates Undocumented
Property web_host Undocumented
Class Variable _properties Undocumented

Inherited from RESTObject:

Method __getattr__ Undocumented
Method __setattr__ Undocumented
Method delete Undocumented

Inherited from RESTBase (via RESTObject):

Method __init__ No summary
Method save Undocumented
Property rest_data Get data from API and cache it (only once per instance).
Method _get Undocumented
Method _reset_cache Undocumented
Method _set Undocumented
Class Variable _autosave automatically send a PATCH request to the API when a value is changed. Otherwise, the save() method must be called.
Class Variable _read_only_properties list of properties that cannot be written to (defaults to self_link only).
Class Variable _writable_properties list of properties that can be written to using a PATCH request. If this value is None, all properties are writable.
Instance Variable _changed_rest_data Undocumented
Instance Variable _connection Undocumented
Instance Variable _rest_data Undocumented
Instance Variable _url Undocumented
def __repr__(self): (source)
def __str__(self): (source)

Undocumented

def add_owner(self, owner): (source)

Undocumented

def create_list(self, list_name, style_name=None): (source)

Undocumented

def get_list_page(self, count=50, page=1, advertised=None): (source)

Undocumented

def get_lists(self, advertised=None): (source)

Undocumented

def remove_all_owners(self): (source)

Undocumented

def set_template(self, template_name, uri, username=None, password=None): (source)

Undocumented

@property
base_url = (source)

Undocumented

@property
lists = (source)

Undocumented

@property
owners = (source)

Undocumented

@property
templates = (source)

Undocumented

@property
web_host = (source)

Undocumented

_properties: tuple[str, ...] = (source)