antimatter.session_mixins.starred_domain_mixin#

Module Contents#

Classes#

class antimatter.session_mixins.starred_domain_mixin.StarredDomainMixin(authz: antimatter.authz.Authorization, **kwargs)#

Bases: antimatter.session_mixins.base.BaseMixin

list_starred_domains() List[str]#

Returns a list of starred domains for the current user

add_starred_domain(domain_id: str) None#

Adds a domain to the starred list for the current user

delete_starred_domain(domain_id: str) None#

Removes a domain from the starred list for the current user