Skip to content

[Feature Request] Method to get Variant Issue Info #5

@bpepple

Description

@bpepple

It would be nice to have a method that would retrieve the variant issue page, like a method on Issue obj variant_cover field like:

>>> s = locg.issue_info(4090926)
>>> variant0 = s.variant_covers[0].detail()

Haven't thought too hard on this, but it would require modifying Issue Class to take an optional variant id (supplied by the information from from the s.variant_covers[0] url information. Adding this would give the option to get an issue that isn't a thumbnail image, and also expose upc, price, and other issue info.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions