ndrewwm / scRyfall

An R wrapper for the Scryfall API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the `get_set_by_code()` function to validate pagination in `search_cards()`

ndrewwm opened this issue · comments

A set object contains a count of the total number of cards in a set. This means this value can be used to validate the pagination performed by search_cards(). Write a test that accomplishes this.