This will be a secondary endpoint used on the card detail page to fetch things like the release the card appears in, dice requirements, and number of decks that include (see the sidebar on Ashes.live card pages).
[x] Create an endpoint like GET /cards/{stub}/details that returns the release the card appears in, dice requirements, and number of decks that include it, preconstructed deck link, hierarchical conjurations, etc.; basically the information that gets bundled into the view logic here: https://github.com/onecrayon/ashes.live/blob/master/app/views/cards.py#L29
Card stats GET
/v2/cards/{stub}/details
This will be a secondary endpoint used on the card detail page to fetch things like the release the card appears in, dice requirements, and number of decks that include (see the sidebar on Ashes.live card pages).
/cards/{stub}/details
that returns the release the card appears in, dice requirements, and number of decks that include it, preconstructed deck link, hierarchical conjurations, etc.; basically the information that gets bundled into the view logic here: https://github.com/onecrayon/ashes.live/blob/master/app/views/cards.py#L29is_legacy
flag