Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 273 Bytes

random_cards.md

File metadata and controls

12 lines (8 loc) · 273 Bytes

Random card client

This API offers the possibility to get a random card.

Get a random card

Calling the method generate will get you a random instance of Card. No filter can be used.

$card = $client->randomCards->generate();