blob: 562d42e4550f0a59bc2e5b20f77fd0e62c7b1fbe [file] [log] [blame]
Alexander Afanasyev2d600f72013-11-21 18:20:37 -08001
2NDN Common Client Libraries API
3===============================
4
5This documents the API for the NDN client libraries, showing the classes and method declarations for C++, JavaScript and Python.
6
7Table of Contents:
8
9.. toctree::
10 name
11 interest
12 data
13 signature
14 face
Alexander Afanasyev11225012013-11-21 23:11:10 -080015 transport
Alexander Afanasyev11225012013-11-21 23:11:10 -080016 blob
17 key-chain
18 details/cpp
19 :maxdepth: 3
Alexander Afanasyev2d600f72013-11-21 18:20:37 -080020
Alexander Afanasyev72d973c2013-11-21 23:15:35 -080021.. toctree::
22 details/forwarding-flags
23 details/tcp-transport
24 details/udp-transport
25 details/wire-format
26 details/binary-xml-wire-format
27 :maxdepth: 1
28
Alexander Afanasyev2d600f72013-11-21 18:20:37 -080029
30.. Indices and tables
31.. ==================
32
33.. * :ref:`genindex`
34.. * :ref:`modindex`
35.. * :ref:`search`
36