-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-1323: Document robotclient api key (#2193)
- Loading branch information
1 parent
1fffb92
commit b5df858
Showing
2 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Method Name | Description | ||
----------- | ----------- | ||
[`DiscoverComponents`](/program/apis/robot/#discovercomponents) | Get a list of discovered component configurations. | ||
[`FrameSystemConfig`](/program/apis/robot/#framesystemconfig) | Get the configuration of a robot's frame system. | ||
[`Status`](/program/apis/robot/#status) | Get the status of each of the resources on the robot. | ||
[`Close`](/program/apis/robot/#close) | Close the connections and stop periodic tasks across the robot. | ||
[`StopAll`](/program/apis/robot/#stopall) | Cancel all operations for the robot and stop its movement. | ||
[`ResourceNames`](/program/apis/robot/#resourcenames) | Get a list of all the robot's resources. | ||
| Method Name | Description | | ||
| --------------------------------------------------------------- | ---------------------------------------------------------------------------- | | ||
| [`DiscoverComponents`](/program/apis/robot/#discovercomponents) | Get a list of discovered component configurations. | | ||
| [`FrameSystemConfig`](/program/apis/robot/#framesystemconfig) | Get the configuration of a robot's frame system. | | ||
| [`Status`](/program/apis/robot/#status) | Get the status of each of the resources on the robot. | | ||
| [`Close`](/program/apis/robot/#close) | Close the connections and stop periodic tasks across the robot. | | ||
| [`StopAll`](/program/apis/robot/#stopall) | Cancel all operations for the robot and stop its movement. | | ||
| [`ResourceNames`](/program/apis/robot/#resourcenames) | Get a list of all the robot's resources. | | ||
| [`WithAPIKey`](/program/apis/robot/#withapikey) | Create a client to interact with your robot using an API key as credentials. | |