Skip to content

Commit

Permalink
Add languages
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Mar 1, 2024
1 parent 3ae6b16 commit 5eb98b9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/build/program/apis/robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,41 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
metadata = robot.get_cloud_metadata()
```

{{% /tab %}}
{{% tab name="Go" %}}

**Parameters:**

- None.

**Returns:**

- None.

For more information, see the [Go SDK Docs](https://pkg.go.dev/go.viam.com/rdk/robot#Robot).

```go
metadata := robot.GetCloudMetadata()
```

{{% /tab %}}
{{% tab name="TypeScript" %}}

**Parameters:**

- None.

**Returns:**

- None.

For more information, see the [Typescript SDK Docs](https://ts.viam.dev/classes/RobotClient.html).

```typescript
// Get the metadata of the machine.
const metadata = await robot.getCloudMetadata();
```

{{% /tab %}}
{{< /tabs >}}

Expand Down

0 comments on commit 5eb98b9

Please sign in to comment.