Publisher

Publisher

Bases: BaseModel

The Publisher object contains information for a publisher.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Publisher, separated by ~\r\n.

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

characters

List of characters the Publisher created.

TYPE: List[GenericEntry]

date_added

Date and time when the Publisher was added.

TYPE: datetime

date_last_updated

Date and time when the Publisher was last updated.

TYPE: datetime

description

Long description of the Publisher.

TYPE: Optional[str]

publisher_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Publisher.

TYPE: ImageEntry

location_address

Address where the Publisher is located.

TYPE: Optional[str]

location_city

City where the Publisher is located.

TYPE: Optional[str]

location_state

State where the Publisher is located.

TYPE: Optional[str]

name

Name/Title of the Publisher.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

story_arcs

List of story arcs the Publisher created.

TYPE: List[GenericEntry]

summary

Short description of the Publisher.

TYPE: Optional[str]

teams

List of teams the Publisher created.

TYPE: List[GenericEntry]

volumes

List of volumes the Publisher created.

TYPE: List[GenericEntry]

Attributes

alias_list: List[str] property

List of aliases the Publisher has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

PublisherEntry

Bases: BaseModel

The PublisherEntry object contains information for a publisher.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the PublisherEntry, separated by ~\r\n.

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

date_added

Date and time when the PublisherEntry was added.

TYPE: datetime

date_last_updated

Date and time when the PublisherEntry was last updated.

TYPE: datetime

description

Long description of the PublisherEntry.

TYPE: Optional[str]

publisher_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the PublisherEntry.

TYPE: ImageEntry

location_address

Address where the PublisherEntry is located.

TYPE: Optional[str]

location_city

City where the PublisherEntry is located.

TYPE: Optional[str]

location_state

State where the PublisherEntry is located.

TYPE: Optional[str]

name

Name/Title of the PublisherEntry.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the PublisherEntry.

TYPE: Optional[str]

Attributes

alias_list: List[str] property

List of aliases the Publisher has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n