Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-vision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4e153f
Choose a base ref
...
head repository: googleapis/nodejs-vision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81ef23d
Choose a head ref
  • 7 commits
  • 31 files changed
  • 7 contributors

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    41c736c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    6519746 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. feat: deferred client initialization (#551)

    This PR includes changes from googleapis/gapic-generator-typescript#317
    that will move the asynchronous initialization and authentication from the client constructor
    to an `initialize()` method. This method will be automatically called when the first RPC call
    is performed.
    
    The client library usage has not changed, there is no need to update any code.
    
    If you want to make sure the client is authenticated _before_ the first RPC call, you can do
    ```js
    await client.initialize();
    ```
    manually before calling any client method.
    gcf-merge-on-green[bot] authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8866d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02c24b View commit details
    Browse the repository at this point in the history
  3. build(tests): fix coveralls and enable build cop (#554)

    Benjamin E. Coe authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a80d966 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    5ddbab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ef23d View commit details
    Browse the repository at this point in the history
Loading