Skip to content

Commit db64c71

Browse files
committed
remove temporary visrec readme instructions
1 parent 4a5e380 commit db64c71

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -135,21 +135,6 @@ private void OnFail(RESTConnector.Error error, Dictionary<string, object> custom
135135
}
136136
```
137137

138-
### Authentication for Visual Recognition
139-
Note there are different endpoints for authenticating a Visual Recognition instance depending on if you are authenticating using IAM or apikey.
140-
141-
If you are authenticating using an apikey
142-
143-
```cs
144-
_visualRecognition.Url = "https://gateway-a.watsonplatform.net/visual-recognition/api";
145-
146-
```
147-
148-
If you are authenticating using IAM
149-
```cs
150-
_visualRecognition.Url = "https://gateway.watsonplatform.net/visual-recognition/api";
151-
```
152-
153138
## Callbacks
154139
Success and failure callbacks are required. You can specify the return type in the callback.
155140
```cs

0 commit comments

Comments
 (0)