Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
revert: added endpoint samples for vision api
Browse files Browse the repository at this point in the history
Revert: 4c569b4
  • Loading branch information
bradmiro authored and bcoe committed Oct 29, 2019
1 parent 4c569b4 commit ea5d421
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 84 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ has instructions for running the samples.
| Detect.v1p3beta1 | [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/detect.v1p3beta1.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/detect.v1p3beta1.js,samples/README.md) |
| Face Detection | [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/faceDetection.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/faceDetection.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Set Endpoint | [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/setEndpoint.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/setEndpoint.js,samples/README.md) |
| Text Detection | [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/textDetection.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/textDetection.js,samples/README.md) |


Expand Down
3 changes: 1 addition & 2 deletions linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"setEndpoint.js"
"www.googleapis.com"
]
}
17 changes: 0 additions & 17 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* [Detect.v1p3beta1](#detect.v1p3beta1)
* [Face Detection](#face-detection)
* [Quickstart](#quickstart)
* [Set Endpoint](#set-endpoint)
* [Text Detection](#text-detection)

## Before you begin
Expand Down Expand Up @@ -114,22 +113,6 @@ __Usage:__



### Set Endpoint

View the [source code]https://github.com/googleapis/nodejs-vision/blob/master/samples/setEndpoint.js)

[![Open in Cloud shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-vision&page=editor&open_in_editor=samples/setEndpoint.js,samples/README.md)

__Usage:__

`node setEndpoint.js`

-----





### Text Detection

View the [source code](https://github.com/googleapis/nodejs-vision/blob/master/samples/textDetection.js).
Expand Down
36 changes: 0 additions & 36 deletions samples/setEndpoint.js

This file was deleted.

28 changes: 0 additions & 28 deletions samples/system-test/setEndpoint.test.js

This file was deleted.

0 comments on commit ea5d421

Please sign in to comment.