blob: 30ab8266ccf20907925b62e4091b4a1f4fb574e4 [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 details/forwarding-flags
16 transport
17 details/tcp-transport
18 details/udp-transport
19 details/wire-format
20 details/binary-xml-wire-format
21 blob
22 key-chain
23 details/cpp
24 :maxdepth: 3
Alexander Afanasyev2d600f72013-11-21 18:20:37 -080025
26
27.. Indices and tables
28.. ==================
29
30.. * :ref:`genindex`
31.. * :ref:`modindex`
32.. * :ref:`search`
33