Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
62 lines (39 loc) · 983 Bytes

api.rst

File metadata and controls

62 lines (39 loc) · 983 Bytes

API Documentation

TChannel

.. autoclass:: tchannel.TChannel
    :members:

.. autoclass:: tchannel.schemes.RawArgScheme
    :members:

.. autoclass:: tchannel.schemes.JsonArgScheme
    :members:

.. autoclass:: tchannel.schemes.ThriftArgScheme
    :members:

.. autoclass:: tchannel.tornado.RequestDispatcher
    :members:

.. autoclass:: tchannel.tornado.Request
    :members:

.. autoclass:: tchannel.tornado.Response
    :members:


Exceptions

.. automodule:: tchannel.errors
    :members:


Thrift

.. automodule:: tchannel.thrift.client
    :members:


Synchronous Client

.. automodule:: tchannel.sync.client
    :members:

.. automodule:: tchannel.sync.thrift
    :members:


Testing

.. automodule:: tchannel.testing.vcr