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

Commit ea5d421

Browse files
bradmiroBenjamin E. Coe
authored andcommitted
revert: added endpoint samples for vision api
Revert: 4c569b4
1 parent 4c569b4 commit ea5d421

File tree

5 files changed

+1
-84
lines changed

5 files changed

+1
-84
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ has instructions for running the samples.
8585
| 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) |
8686
| 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) |
8787
| 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) |
88-
| 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) |
8988
| 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) |
9089

9190

linkinator.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"recurse": true,
33
"skip": [
44
"https://codecov.io/gh/googleapis/",
5-
"www.googleapis.com",
6-
"setEndpoint.js"
5+
"www.googleapis.com"
76
]
87
}

samples/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* [Detect.v1p3beta1](#detect.v1p3beta1)
1818
* [Face Detection](#face-detection)
1919
* [Quickstart](#quickstart)
20-
* [Set Endpoint](#set-endpoint)
2120
* [Text Detection](#text-detection)
2221

2322
## Before you begin
@@ -114,22 +113,6 @@ __Usage:__
114113

115114

116115

117-
### Set Endpoint
118-
119-
View the [source code]https://github.com/googleapis/nodejs-vision/blob/master/samples/setEndpoint.js)
120-
121-
[![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)
122-
123-
__Usage:__
124-
125-
`node setEndpoint.js`
126-
127-
-----
128-
129-
130-
131-
132-
133116
### Text Detection
134117

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

samples/setEndpoint.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

samples/system-test/setEndpoint.test.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)