Skip to content

Commit b54f395

Browse files
authored
RSDK-10680 - support commented code samples (viamrobotics#453)
1 parent d164762 commit b54f395

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

codesamples/apis.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
{
2+
"arm": {
3+
"client": "Arm",
4+
"func": "get_end_position",
5+
"args": []
6+
},
7+
"button": {
8+
"client": "Button",
9+
"func": "push",
10+
"args": [],
11+
"commented": true,
12+
"hasReturn": false
13+
},
14+
"genericcomponent": {
15+
"client": "GenericComponent",
16+
"func": "do_command",
17+
"args": ["{}"],
18+
"commented": true,
19+
"hasReturn": true
20+
},
21+
"genericservice": {
22+
"client": "GenericService",
23+
"func": "do_command",
24+
"args": ["{}"],
25+
"commented": true,
26+
"hasReturn": true
27+
},
228
"base": {
329
"client": "Base",
430
"func": "is_moving",

0 commit comments

Comments
 (0)