twython/docs/api.rst
Mike Helmick 4debef7d84 Custom sidebar
[ci skip]
2013-06-08 16:02:41 -04:00

45 lines
No EOL
947 B
ReStructuredText

.. _api:
Developer Interface
===================
.. module:: twython
This page of the documentation will cover all methods and classes available to the developer.
Twython, currently, has two main interfaces:
- Twitter's Core API (updating statuses, getting timelines, direct messaging, etc)
- Twitter's Streaming API
Core Interface
--------------
.. autoclass:: Twython
:special-members: __init__
:inherited-members:
.. _streaming_interface:
Streaming Interface
-------------------
.. autoclass:: TwythonStreamer
:special-members: __init__
:inherited-members:
Streaming Types
~~~~~~~~~~~~~~~
.. autoclass:: twython.streaming.types.TwythonStreamerTypes
:inherited-members:
.. autoclass:: twython.streaming.types.TwythonStreamerTypesStatuses
:inherited-members:
Exceptions
----------
.. autoexception:: twython.TwythonError
.. autoexception:: twython.TwythonAuthError
.. autoexception:: twython.TwythonRateLimitError