summaryrefslogtreecommitdiff
path: root/docs/api.rst
blob: 744b012531fa375a71a7ea59fa5337f0dae9bdc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
API Documentation
=================

Comprehensive reference material for every public API exposed by
`kazoo` is available within this chapter. The API documentation is
organized alphabetically by module name.

.. toctree::
   :maxdepth: 1

   api/client
   api/exceptions
   api/handlers/gevent
   api/handlers/threading
   api/handlers/utils
   api/interfaces
   api/protocol/states
   api/recipe/barrier
   api/recipe/counter
   api/recipe/election
   api/recipe/lease
   api/recipe/lock
   api/recipe/partitioner
   api/recipe/party
   api/recipe/queue
   api/recipe/watchers
   api/retry
   api/security
   api/testing