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

Allow passing of MarketPlaceClient instance during app instantiation. #35

Merged
merged 1 commit into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. Allow passing of MarketPlaceClient instance during app instantiation.

    Instead of passing through client constructor arguments, we enable users
    to instantiate the client and then pass that directly. This is an
    improvement to the composition model as it does not require the
    replication of client constructor arguments within the app constructor
    function and also enables users to re-use an existing client instance.
    csadorf committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9f081d4 View commit details
    Browse the repository at this point in the history