domain¶
Short.io Domain API implementation.
This module provides classes and methods for interacting with the Short.io Domain-related API endpoints. It includes the Domain model class and API methods for retrieving domain information.
- class pyshortio.domain.DomainMixin[source]¶
Mixin class providing Domain-related API methods for the Client.
- list_domains(limit: int | None = _NOTHING(), offset: int | None = _NOTHING(), no_team_id: bool | None = _NOTHING(), pattern: str | None = _NOTHING(), team_id: str | None = _NOTHING(), raise_for_status: bool = True) tuple[Response, list[Domain]][source]¶
Retrieve a list of all domains with optional filtering.
Ref: