-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Allow a search parameter on getCards()
#8
base: dev
Are you sure you want to change the base?
Conversation
This will require the end user to follow the conventions listed at https://docs.pokemontcg.io/api-reference/cards/search-cards/ to search. |
Is there any reason this isn't merged yet @JayHors? I'd like to use this SDK but not having this feature makes it a bit... cumbersome to say the least. |
Not sure yet, I'm not a maintainer of the repo, so I don't have merge perms. |
Co-authored-by: Bart Ribbers <[email protected]>
Ah sorry, that was a wrong assumption on my part. @GroovinChip any chance this could be merged? |
Co-authored-by: Bart Ribbers <[email protected]>
Apologies, folks, I've had no bandwidth for the last few months. I'll review this now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please just update the version in pubspec.yaml
and add a changelog entry. Thanks!
@GroovinChip sorry for the severe delay, similar personal bandwidth issues. Just got the changes requested pushed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
@JayHors looks like the check failed because the |
@GroovinChip could you merge this? |
Not yet, the failing check needs to be addressed |
It's been so long that we can't see the output of that CI any more, could you re-run it? |
This lets you add a search parameter to the
getCards()
method by using a named parameter. Currently adding error handling, but wanted to get this out of the way now.