We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding to Piles method returns the same deck as it was before, even though deck contains cards I want to draw and add to pile
Steps to reproduce:
https://deckofcardsapi.com/api/deck/new/shuffle/
deck_id
https://deckofcardsapi.com/api/deck/<<deck_id>>/pile/p1/add/?cards=AS,2S
https://deckofcardsapi.com/api/deck/<<deck_id>>/pile/p1/list/
And deck still has 52 cards and pile p1 is empty
p1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Adding to Piles method returns the same deck as it was before, even though deck contains cards I want to draw and add to pile
Steps to reproduce:
https://deckofcardsapi.com/api/deck/new/shuffle/
deck_id
and put tohttps://deckofcardsapi.com/api/deck/<<deck_id>>/pile/p1/add/?cards=AS,2S
https://deckofcardsapi.com/api/deck/<<deck_id>>/pile/p1/list/
And deck still has 52 cards and pile
p1
is emptyThe text was updated successfully, but these errors were encountered: