0.0.20240414 • Published 25 days ago

@maxim_mazurok/gapi.client.websecurityscanner-v1beta v0.0.20240414

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

TypeScript typings for Web Security Scanner API v1beta

Scans your Compute and App Engine apps for common web vulnerabilities. For detailed description please check documentation.

Installing

Install typings for Web Security Scanner API:

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

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 Web Security Scanner API resources:

0.0.20240414

25 days ago

0.0.20240330

1 month ago

0.0.20240323

1 month ago

0.0.20240317

2 months ago

0.0.20240304

2 months ago

0.0.20240302

2 months ago

0.0.20240225

2 months ago

0.0.20240218

3 months ago

0.0.20240211

3 months ago

0.0.20240204

3 months ago

0.0.20240128

3 months ago

0.0.20240120

4 months ago

0.0.20240111

4 months ago

0.0.20240107

4 months ago

0.0.20240101

4 months ago

0.0.20231130

5 months ago

0.0.20231105

6 months ago

0.0.20231112

6 months ago

0.0.20230807

9 months ago

0.0.20230806

9 months ago

0.0.20230720

10 months ago

0.0.20230725

9 months ago

0.0.20231021

7 months ago

0.0.20231026

6 months ago

0.0.20230830

8 months ago

0.0.20231008

7 months ago

0.0.20230914

8 months ago

0.0.20230716

10 months ago

0.0.20231015

7 months ago

0.0.20230907

8 months ago

0.0.20230701

10 months ago

0.0.20230820

9 months ago

0.0.20230903

8 months ago

0.0.20231001

7 months ago

0.0.20230622

11 months ago

0.0.20230619

11 months ago

0.0.20230514

12 months ago

0.0.20230610

11 months ago

0.0.20230521

12 months ago

0.0.20230503

1 year ago

0.0.20230429

1 year ago

0.0.20230507

1 year ago

0.0.20230603

11 months ago

0.0.20230527

12 months ago

0.0.20230415

1 year ago

0.0.20230314

1 year ago

0.0.20230418

1 year ago

0.0.20230326

1 year ago

0.0.20230302

1 year ago

0.0.20230424

1 year ago

0.0.20230226

1 year ago

0.0.20230408

1 year ago

0.0.20230328

1 year ago

0.0.20230411

1 year ago

0.0.20230216

1 year ago

0.0.20230205

1 year ago

0.0.20230126

1 year ago

0.0.20230212

1 year ago

0.0.20230107

1 year ago

0.0.20221112

1 year ago

0.0.20221218

1 year ago

0.0.20230122

1 year ago

0.0.20221018

2 years ago

0.0.20220921

2 years ago

0.0.20221001

2 years ago

0.0.20221010

2 years ago

0.0.20220821

2 years ago

0.0.20220825

2 years ago

0.0.20220915

2 years ago

0.0.20220812

2 years ago

0.0.20220806

2 years ago