Skip to content
Proxymiity ☆ edited this page Mar 4, 2022 · 2 revisions

MangaDexPy.Author

Represents a MangaDex Author.

Yields:

  • id str
    The ID of the Author.
  • name str
    The name of the Author.
  • image str
    The link to the image of the Author.
  • bio str
    The biography of the Author.
  • created_at str:datetime YYYY-MM-DDTHH:MM:SS+00:00
    The datetime this Author has been created at.
  • updated_at str:datetime YYYY-MM-DDTHH:MM:SS+00:00
    The datetime this Author has been updated at.
Clone this wiki locally