Skip to content

Commit a6e95db

Browse files
missing docs file
1 parent 31bbd5c commit a6e95db

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/sphinx/api/streams.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. _streams:
2+
3+
Streams
4+
-------
5+
.. py:module:: elasticsearch.client
6+
:no-index:
7+
8+
.. autoclass:: StreamsClient
9+
:members:

elasticsearch/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
from ._sync.client.snapshot import SnapshotClient as SnapshotClient # noqa: F401
6464
from ._sync.client.sql import SqlClient as SqlClient # noqa: F401
6565
from ._sync.client.ssl import SslClient as SslClient # noqa: F401
66+
from ._sync.client.streams import StreamsClient as StreamsClient # noqa: F401
6667
from ._sync.client.synonyms import SynonymsClient as SynonymsClient # noqa: F401
6768
from ._sync.client.tasks import TasksClient as TasksClient # noqa: F401
6869
from ._sync.client.text_structure import ( # noqa: F401
@@ -117,6 +118,7 @@
117118
"SnapshotClient",
118119
"SqlClient",
119120
"SslClient",
121+
"StreamsClient",
120122
"TasksClient",
121123
"TextStructureClient",
122124
"TransformClient",

0 commit comments

Comments
 (0)