You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be sure to both [disable SSL verification](#self-signed-certificates) when authenticating and set the endpoint explicitly to the URL given in ICP.
@@ -162,27 +164,27 @@ If you're using more than one service at a time in your code and get two differe
162
164
If you would like to configure the location/name of your credential file, you can set an environment variable called `IBM_CREDENTIALS_FILE`. **This will take precedence over the locations specified above.** Here's how you can do that:
163
165
164
166
```bash
165
-
export IBM_CREDENTIALS_FILE="<path>"
167
+
export IBM_CREDENTIALS_FILE="{path}"
166
168
```
167
169
168
-
where `<path>` is something like `/home/user/Downloads/<file_name>.env`.
170
+
where `{path}` is something like `/home/user/Downloads/{file_name}.env`.
169
171
170
172
#### Manually
171
173
172
174
If you'd prefer to set authentication values manually in your code, the SDK supports that as well. The way you'll do this depends on what type of credentials your service instance gives you.
173
175
174
176
## Custom Request Headers
175
-
You can send custom request headers by adding them to the service using `.WithHeader(<key>, <value>)`.
177
+
You can send custom request headers by adding them to the service using `.WithHeader({key}, {value})`.
@@ -234,7 +237,7 @@ Find more open source projects on the [IBM Github Page][ibm-github].
234
237
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](LICENSE).
235
238
236
239
## Contributing
237
-
See [CONTRIBUTING.md](.github/CONTRIBUTING.md).<TODOrevisecodingstandard>
240
+
See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
238
241
239
242
## Featured projects
240
243
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
@@ -255,10 +258,7 @@ We'd love to highlight cool open-source projects that use this SDK! If you'd lik
0 commit comments