0.0.20240424 • Published 8 days ago

@maxim_mazurok/gapi.client.networkconnectivity-v1alpha1 v0.0.20240424

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

TypeScript typings for Network Connectivity API v1alpha1

This API enables connectivity with and between Google Cloud resources. For detailed description please check documentation.

Installing

Install typings for Network Connectivity API:

npm install @types/gapi.client.networkconnectivity-v1alpha1 --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load(
  'https://networkconnectivity.googleapis.com/$discovery/rest?version=v1alpha1',
  () => {
    // now we can use:
    // gapi.client.networkconnectivity
  }
);
// Deprecated, use discovery document URL, see https://github.com/google/google-api-javascript-client/blob/master/docs/reference.md#----gapiclientloadname----version----callback--
gapi.client.load('networkconnectivity', 'v1alpha1', () => {
  // now we can use:
  // gapi.client.networkconnectivity
});

Don't forget to authenticate your client before sending any request to resources:

// declare client_id registered in Google Developers Console
var client_id = '',
  scope = [
    // See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
    'https://www.googleapis.com/auth/cloud-platform',
  ],
  immediate = true;
// ...

gapi.auth.authorize(
  {client_id: client_id, scope: scope, immediate: immediate},
  authResult => {
    if (authResult && !authResult.error) {
      /* handle successful authorization */
    } else {
      /* handle authorization error */
    }
  }
);

After that you can use Network Connectivity API resources:

0.0.20240424

8 days ago

0.0.20240423

14 days ago

0.0.20240313

2 months ago

0.0.20240306

2 months ago

0.0.20240228

2 months ago

0.0.20240221

3 months ago

0.0.20240131

3 months ago

0.0.20240110

4 months ago

0.0.20240103

4 months ago

0.0.20231205

5 months ago

0.0.20231129

5 months ago

0.0.20230816

9 months ago

0.0.20230712

10 months ago

0.0.20230831

8 months ago

0.0.20230913

8 months ago

0.0.20230814

9 months ago

0.0.20231109

6 months ago

0.0.20231030

6 months ago

0.0.20230906

8 months ago

0.0.20230921

8 months ago

0.0.20230721

10 months ago

0.0.20230627

10 months ago

0.0.20230804

9 months ago

0.0.20230727

9 months ago

0.0.20230705

10 months ago

0.0.20230616

11 months ago

0.0.20230524

11 months ago

0.0.20230502

12 months ago

0.0.20230621

11 months ago

0.0.20230531

11 months ago

0.0.20230315

1 year ago

0.0.20230217

1 year ago

0.0.20230308

1 year ago

0.0.20230417

1 year ago

0.0.20230329

1 year ago

0.0.20230411

1 year ago

0.0.20230208

1 year ago

0.0.20230201

1 year ago

0.0.20221207

1 year ago

0.0.20221107

2 years ago

0.0.20230105

1 year ago

0.0.20221201

1 year ago

0.0.20221031

2 years ago

0.0.20221020

2 years ago

0.0.20220919

2 years ago

0.0.20220912

2 years ago

0.0.20220817

2 years ago

0.0.20220809

2 years ago