benweier / blizzard.js

A promise-based Node.JS library for the Blizzard Battle.net Community Platform API
MIT License
145 stars 29 forks source link

Add sideboardCards param to HS deck endpoint #192

Closed ziyafenn closed 3 months ago

ziyafenn commented 4 months ago

This unlisted parameter is used to add sideboard cards for Zilliax Deluxe 3000 and E.T.C., Band Manager. The accepted format is sideboardCardId:primaryCardId.

When used, response includes a field sideboardCards of a type [sideboardCard: Card, cardsInSideboard: Card[]].