0.0.20240503 • Published 19 hours ago

@maxim_mazurok/gapi.client.secretmanager-v1beta1 v0.0.20240503

Weekly downloads
-
License
MIT
Repository
github
Last release
19 hours ago

TypeScript typings for Secret Manager API v1beta1

Stores sensitive data such as API keys, passwords, and certificates. Provides convenience while improving security. For detailed description please check documentation.

Installing

Install typings for Secret Manager API:

npm install @types/gapi.client.secretmanager-v1beta1 --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://secretmanager.googleapis.com/$discovery/rest?version=v1beta1',
  () => {
    // now we can use:
    // gapi.client.secretmanager
  }
);
// 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('secretmanager', 'v1beta1', () => {
  // now we can use:
  // gapi.client.secretmanager
});

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 Secret Manager API resources:

0.0.20240503

19 hours ago

0.0.20240425

6 days ago

0.0.20240424

10 days ago

0.0.20240419

17 days ago

0.0.20240320

1 month ago

0.0.20240314

2 months ago

0.0.20240309

2 months ago

0.0.20240223

2 months ago

0.0.20240220

3 months ago

0.0.20240213

3 months ago

0.0.20240126

3 months ago

0.0.20240105

4 months ago

0.0.20231215

5 months ago

0.0.20231208

5 months ago

0.0.20231201

5 months ago

0.0.20231123

5 months ago

0.0.20230811

9 months ago

0.0.20230721

10 months ago

0.0.20230726

9 months ago

0.0.20230804

9 months ago

0.0.20231025

6 months ago

0.0.20231027

6 months ago

0.0.20231103

6 months ago

0.0.20230915

8 months ago

0.0.20231006

7 months ago

0.0.20230912

8 months ago

0.0.20230714

10 months ago

0.0.20230707

10 months ago

0.0.20230630

10 months ago

0.0.20230619

11 months ago

0.0.20230612

11 months ago

0.0.20230512

12 months ago

0.0.20230518

12 months ago

0.0.20230526

11 months ago

0.0.20230505

1 year ago

0.0.20230428

1 year ago

0.0.20230414

1 year ago

0.0.20230317

1 year ago

0.0.20230421

1 year ago

0.0.20230304

1 year ago

0.0.20230324

1 year ago

0.0.20230225

1 year ago

0.0.20230407

1 year ago

0.0.20230311

1 year ago

0.0.20230331

1 year ago

0.0.20230128

1 year ago

0.0.20230204

1 year ago

0.0.20230218

1 year ago

0.0.20230211

1 year ago

0.0.20221203

1 year ago

0.0.20221104

2 years ago

0.0.20221112

1 year ago

0.0.20221210

1 year ago

0.0.20230121

1 year ago

0.0.20230114

1 year ago

0.0.20221028

2 years ago

0.0.20221014

2 years ago

0.0.20220923

2 years ago

0.0.20220916

2 years ago

0.0.20220819

2 years ago

0.0.20220909

2 years ago

0.0.20220902

2 years ago

0.0.20220826

2 years ago

0.0.20220812

2 years ago

0.0.20220729

2 years ago