Skip to content

Commit

Permalink
refactor!: remove create/delete methods for entries and entry groups (#3
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 14, 2019
1 parent 70fbda4 commit 630687f
Show file tree
Hide file tree
Showing 17 changed files with 976 additions and 1,657 deletions.
41 changes: 18 additions & 23 deletions packages/google-cloud-datacatalog/.nycrc
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
{
"report-dir": "./.coverage",
"reporter": "lcov",
"reporter": ["text", "lcov"],
"exclude": [
"src/*{/*,/**/*}.js",
"src/*/v*/*.js",
"test/**/*.js",
"build/test"
"**/*-test",
"**/.coverage",
"**/apis",
"**/benchmark",
"**/docs",
"**/samples",
"**/scripts",
"**/src/**/v*/**/*.js",
"**/protos",
"**/test",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
"webpack-tests.config.js",
"webpack.config.js"
],
"watermarks": {
"branches": [
95,
100
],
"functions": [
95,
100
],
"lines": [
95,
100
],
"statements": [
95,
100
]
}
"exclude-after-remap": false,
"all": true
}
9 changes: 7 additions & 2 deletions packages/google-cloud-datacatalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# [Google Cloud Data Catalog: Node.js Client](https://github.com/googleapis/nodejs-datacatalog)

[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/datacatalog.svg)](https://www.npmjs.org/package/datacatalog)
[![npm version](https://img.shields.io/npm/v/@google-cloud/datacatalog.svg)](https://www.npmjs.org/package/@google-cloud/datacatalog)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-datacatalog/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-datacatalog)


Expand All @@ -26,6 +26,11 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
**Table of contents:**


* [Quickstart](#quickstart)
* [Before you begin](#before-you-begin)
* [Installing the client library](#installing-the-client-library)


* [Versioning](#versioning)
* [Contributing](#contributing)
* [License](#license)
Expand All @@ -43,7 +48,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
### Installing the client library

```bash
npm install datacatalog
npm install @google-cloud/datacatalog
```


Expand Down
Loading

0 comments on commit 630687f

Please sign in to comment.