Skip to content
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

Implement iteration API, in addition to pagination API #235

Merged
merged 13 commits into from
Nov 17, 2021
Merged

Commits on Nov 16, 2021

  1. Implement async iterator for client.payments.

    We're still debating over the exact API for iteration. This commit serves mostly as a proof of concept.
    Pimm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    eabb48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6842f00 View commit details
    Browse the repository at this point in the history
  3. Add tests for iterate methods.

    Pimm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    10db90c View commit details
    Browse the repository at this point in the history
  4. Implement iterate().find.

    Pimm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3ba2f4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24ad279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a7b85a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ad4742 View commit details
    Browse the repository at this point in the history
  8. Separate Nockful tests to their own project.

    Nock monkey patches http.request, which interferes with the Nockless tests. Having the Nockful tests in their own project (with the runner hack) ensures they run in their own worker.
    Pimm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5c8bc6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e788ac View commit details
    Browse the repository at this point in the history
  10. Remove Nock hack.

    Pimm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    525ff47 View commit details
    Browse the repository at this point in the history
  11. Add comment about mockNetwork.

    Pimm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    fd4a38e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9473889 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    feaa16e View commit details
    Browse the repository at this point in the history