Skip to content

Commit d1ac2db

Browse files
[Backport 8.11] Add quickstart example from api call widget (#2399)
* Add quickstart example from tabbed widget (#2398) (cherry picked from commit 61c3712) * Empty-Commit * Fix asciidoc syntax * Empty-Commit * fix syntax --------- Co-authored-by: Liam Thompson <[email protected]> Co-authored-by: Liam Thompson <[email protected]>
1 parent 69c2a12 commit d1ac2db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// tab-widgets/api-call.asciidoc:13
2+
3+
[source, python]
4+
----
5+
resp = es.info()
6+
print(resp)
7+
----

0 commit comments

Comments
 (0)