4 endpoints match this tag.
/cards/draw/:deck_id
Tõmmake cards from a previously created deck. Tagastab card images, values, and suits.
/cards/new
Looge a new shuffled deck of playing cards. Tagastab a deck ID for use with draw and shuffle lõpp-punkti.
/cards/quickdraw
Looge a new deck and immediately draw cards in one request. Sobib quick card game prototyping.
/cards/shuffle/:deck_id
Reshuffle a previously created deck, returning all drawn cards to the deck.