0-9194 / 0-9194/scryfall-rails

Pagination for search method doesn't work

Open Beginner friendly
#13 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Ruby
Stars
2
Forks
6
PR merge metrics
No merged PRs in 30d

Description

irb(main):069:0> Scryfall::Cards.search "set:znr", page: 2

Traceback (most recent call last):
1: from (irb):69
NoMethodError (undefined method `page' for {:page=>2}:Hash)

Contributor guide

No contributing guide indexed for this repository

Research direction

Look at the search method in the gem's code, likely in a file like lib/scryfall/cards.rb. The error suggests the method is not accepting a `page` parameter correctly. Check how the API expects pagination parameters and ensure the method passes them properly. Run the failing example from the issue to verify the fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.