Skip to content

Commit

Permalink
fix client docs url and regenerate README (#9)
Browse files Browse the repository at this point in the history
* fix client docs url and regenerate README

* bump version to update README on npm
  • Loading branch information
alexander-fenster committed Jan 17, 2018
1 parent dd4d348 commit cd9f909
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"requiresKeyFile": true,
"requiresProjectId": true,
"product": "datatransfer",
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/",
"release_quality": "alpha"
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/",
"release_quality": "alpha",
"_product": "bigquery_data_transfer",
"id": "bigquery_data_transfer",
"name": "Google BigQuery Data Transfer Service",
"short_name": "BigQuery Data Transfer Service",
"docs_url": "https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/",
"description": "The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.",
"api_id": "bigquerydatatransfer.googleapis.com"
}
2 changes: 2 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Alexander Fenster <fenster@google.com> Alexander Fenster <github@fenster.name>
Ethan Bao <cbao@google.com> ethanbao <cbao@google.com>
3 changes: 2 additions & 1 deletion packages/google-cloud-bigquery-datatransfer/CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# Names are formatted as:
# name <email>
#
Alexander Fenster <fenster@google.com>
Ethan Bao <cbao@google.com>
ethanbao <cbao@google.com>
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
20 changes: 9 additions & 11 deletions packages/google-cloud-bigquery-datatransfer/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [Google BigQuery Data Transfer Service: Node.js Client](https://github.com/GoogleCloudPlatform/google-cloud-node)

[![Greenkeeper badge](https://badges.greenkeeper.io/googleapis/nodejs-bigquery-data-transfer.svg)](https://greenkeeper.io/)
# [Google BigQuery Data Transfer Service: Node.js Client](https://github.com/googleapis/nodejs-bigquery-data-transfer)

[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
[![CircleCI](https://img.shields.io/circleci/project/github/GoogleCloudPlatform/google-cloud-node.svg?style=flat)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-node)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/GoogleCloudPlatform/google-cloud-node?branch=master&svg=true)](https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-node)
[![codecov](https://img.shields.io/codecov/c/github/GoogleCloudPlatform/google-cloud-node/master.svg?style=flat)](https://codecov.io/gh/GoogleCloudPlatform/google-cloud-node)
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-bigquery-data-transfer.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-bigquery-data-transfer)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-bigquery-data-transfer?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-bigquery-data-transfer)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-data-transfer/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-data-transfer)

> Node.js idiomatic client for [BigQuery Data Transfer Service][product-docs].
The [BigQuery Data Transfer Service](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.
The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.


* [BigQuery Data Transfer Service Node.js Client API Reference][client-docs]
* [github.com/GoogleCloudPlatform/google-cloud-node](https://github.com/GoogleCloudPlatform/google-cloud-node)
* [github.com/googleapis/nodejs-bigquery-data-transfer](https://github.com/googleapis/nodejs-bigquery-data-transfer)
* [BigQuery Data Transfer Service Documentation][product-docs]

Read more about the client libraries for Cloud APIs, including the older
Expand Down Expand Up @@ -80,14 +78,14 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]

## Contributing

Contributions welcome! See the [Contributing Guide](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/.github/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/.github/CONTRIBUTING.md).

## License

Apache Version 2.0

See [LICENSE](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/LICENSE)
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/
[client-docs]: https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/
[product-docs]: https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
5 changes: 3 additions & 2 deletions packages/google-cloud-bigquery-datatransfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery-data-transfer",
"description": "BigQuery Data Transfer API client for Node.js",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down Expand Up @@ -29,8 +29,9 @@
"BigQuery Data Transfer API"
],
"contributors": [
"Alexander Fenster <fenster@google.com>",
"Ethan Bao <cbao@google.com>",
"ethanbao <cbao@google.com>"
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>"
],
"scripts": {
"test": "repo-tools test run --cmd npm -- run cover",
Expand Down

0 comments on commit cd9f909

Please sign in to comment.