You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for contributing this wonderful project to open source, I'm learning how to write API clients using this API 👍
I'd like to report that I'm not able to get the noted response from certain APIs
an example deck-id generated via curl "https://deckofcardsapi.com/api/deck/new/" is tyx9b4bo0h5c upon which I apply the add cards to pile api call like the following
Have you drawn those cards from the deck? You can't add a card to a pile until you have first drawn it from the deck. As stated in the docs:
Piles can be used for discarding, players hands, or whatever else. Piles are created on the fly, just give a pile a name and add a drawn card to the pile. If the pile didn't exist before, it does now. After a card has been drawn from the deck it can be moved from pile to pile.
Hi @crobertsbmw !
First off, thanks for contributing this wonderful project to open source, I'm learning how to write API clients using this API 👍
I'd like to report that I'm not able to get the noted response from certain APIs
an example deck-id generated via
curl "https://deckofcardsapi.com/api/deck/new/"
istyx9b4bo0h5c
upon which I apply theadd cards to pile
api call like the followingThe text was updated successfully, but these errors were encountered: