-
-
Notifications
You must be signed in to change notification settings - Fork 152
Added Search API functionality #414
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
Conversation
…_intent, price, product, and subscription
Codecov Report
@@ Coverage Diff @@
## master #414 +/- ##
=========================================
- Coverage 5.85% 5.82% -0.03%
=========================================
Files 146 146
Lines 22573 22671 +98
=========================================
Hits 1321 1321
- Misses 21252 21350 +98
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks for this, going to make some time to review this properly very soon :) |
could you please mark one of the commits with the |
…ginableList instead of having separate SearchListPaginator and ListPaginator implementations for types SearchList and List.
@arlyon Hi, is there a issue with the CI jobs? Some checks seem to fail but the error is not precise. I don't think the error is from my code. Says |
Hi! We have in fact been having issues due to cargo-llvm-cov. I have ripped it out. Please rebase for me and I'll have another look. |
…_intent, price, product, and subscription
…ginableList instead of having separate SearchListPaginator and ListPaginator implementations for types SearchList and List.
@arlyon I've rebased it however, I am not sure if I did it correctly as I am also not very familiar with git. Please let me if there are any issues. Thanks. |
@arlyon I know you might be busy but is there any update on this? I see it says there is a change requested above which I implemented. Is there anything else you need form my end? Thanks. |
Merged, thanks for taking the time, and your patience :) |
Summary
Added Stripe's Search API functionality for charge, customer, invoice, payment_intent, price, product, and subscription.
Checklist
cargo make fmt