0.0.20240504 • Published 12 days ago

@maxim_mazurok/gapi.client.dataform-v1beta1 v0.0.20240504

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

TypeScript typings for Dataform API v1beta1

Service to develop, version control, and operationalize SQL pipelines in BigQuery. For detailed description please check documentation.

Installing

Install typings for Dataform API:

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

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 Dataform API resources:

0.0.20240504

12 days ago

0.0.20240427

20 days ago

0.0.20240420

27 days ago

0.0.20240323

2 months ago

0.0.20240317

2 months ago

0.0.20240310

2 months ago

0.0.20240302

3 months ago

0.0.20240225

3 months ago

0.0.20240211

3 months ago

0.0.20240203

3 months ago

0.0.20240127

4 months ago

0.0.20240121

4 months ago

0.0.20240107

4 months ago

0.0.20231209

5 months ago

0.0.20231111

6 months ago

0.0.20231203

6 months ago

0.0.20230916

8 months ago

0.0.20231007

7 months ago

0.0.20230930

8 months ago

0.0.20230812

9 months ago

0.0.20231014

7 months ago

0.0.20230805

10 months ago

0.0.20230728

10 months ago

0.0.20230707

10 months ago

0.0.20230909

8 months ago

0.0.20230722

10 months ago

0.0.20230701

11 months ago

0.0.20230923

8 months ago

0.0.20231104

7 months ago

0.0.20230626

11 months ago

0.0.20230512

1 year ago

0.0.20230616

11 months ago

0.0.20230603

12 months ago

0.0.20230520

12 months ago

0.0.20230304

1 year ago

0.0.20230324

1 year ago

0.0.20230225

1 year ago

0.0.20230413

1 year ago

0.0.20230408

1 year ago

0.0.20230318

1 year ago

0.0.20230311

1 year ago

0.0.20230128

1 year ago

0.0.20230203

1 year ago

0.0.20230209

1 year ago

0.0.20230218

1 year ago

0.0.20230121

1 year ago

0.0.20230111

1 year ago

0.0.20230107

1 year ago

0.0.20221217

1 year ago