Skip to content

Commit

Permalink
Merge branch 'main' into DOCS-1499/dual-gps-movement-sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Mar 6, 2024
2 parents 37cd64a + bc9c32f commit 3781b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ IgnoreURLs:
- "marketplace.visualstudio.com"
- "chrome.google.com"
- "raspberrypi.com"
- "grabcad.com"
IgnoreDirs:
- "lib"
CacheExpires: "6h"
Expand Down
5 changes: 2 additions & 3 deletions docs/build/program/apis/data-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ To use the Viam data client API, you first need to instantiate a [`ViamClient`](

You will also need an API key and API key ID to authenticate your session.
To get an API key (and corresponding ID), you have two options:
See the following example for reference.

To get an API key and API key ID to authenticate, you have two options:

- [Create an API key using the Viam app](/fleet/rbac/#add-an-api-key)
- [Create an API key using the Viam CLI](/fleet/cli/#create-an-organization-api-key)

The following example instantiates a `ViamClient`, authenticating with an API key, and then instantiates a `DataClient`:

```python {class="line-numbers linkable-line-numbers"}
import asyncio

Expand Down

0 comments on commit 3781b81

Please sign in to comment.