Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 449 Bytes

clients.rst

File metadata and controls

21 lines (14 loc) · 449 Bytes

Clients

This module is used to connect to client gRPC APIs. Users should only need to use the SliverClient class. The BaseClient class is not intended to be directly but can be inherited by other Client classes.

BaseClient

.. autoclass:: sliver.client.BaseClient
    :members:
    :undoc-members:

SliverClient

.. autoclass:: sliver.SliverClient
    :members:
    :undoc-members:
    :show-inheritance: