ipfs-http-client: initial commit 10669/head
authorLeonid Esman <leonid.esman@gmail.com>
Thu, 5 Dec 2019 08:28:38 +0000 (11:28 +0300)
committerLeonid Esman <leonid.esman@gmail.com>
Thu, 26 Dec 2019 09:54:18 +0000 (12:54 +0300)
commitc5c4f5f54bd081cde25233bde5031803b5c24575
tree9ec390a5d97f0ca807690d3d1fde7fcb31035475
parentb891d6ad78d336d544d82493b647d0a52127a81a
ipfs-http-client: initial commit

IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node.
It implements IPFS API bindings for C++. Not all methods are implemented.
https://github.com/vasild/cpp-ipfs-http-client

Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
libs/ipfs-http-client/Makefile [new file with mode: 0644]
libs/ipfs-http-client/patches/001-add-srv-addr.patch [new file with mode: 0644]
libs/ipfs-http-client/src/Makefile [new file with mode: 0644]
libs/ipfs-http-client/src/test/demo.cpp [new file with mode: 0644]