文件名称:java-ipfs-cluster-api:IPFS群集HTTP API的客户端库,以Java实现
文件大小:354KB
文件格式:ZIP
更新时间:2024-02-23 19:19:55
java api clustering ipfs ipfscluster
java-ipfs-cluster-api 使用Java实现的IPFS群集HTTP API的客户端库。 非官方和阿尔法 This is a port of ipfs/java-ipfs-api adapted for the API exposed by ipfs/ipfs-cluster. 安装 将此代码添加到您的项目中或将其添加到jar中 依存关系 该模块需要ipfs-cluster才能运行。 假定IPFS群集API正在“ 127.0.0.1:9094”上运行。 用法 导入模块: IPFSCluster ipfsCluster = new IPFSCluster ( " 127.0.0.1 " , 9094 ); API 该API当前正在开发中。 公开的方法被设计为类似于ipfs / ipfs-cluster中提供的ipfs-cluster-ctl。 ipfsCluster . id(); ipfsCluster . version(); ipfsCluster . pins . ls(); ipfsCluster . pins . ls( String CID ); i
【文件预览】:
java-ipfs-cluster-api-master
----src()
--------main()
----lib()
--------multiaddr.jar(14KB)
--------multibase.jar(9KB)
--------junit-4.12.jar(308KB)
--------cid.jar(8KB)
--------hamcrest-core-1.3.jar(44KB)
--------multihash.jar(5KB)
----.travis.yml(80B)
----LICENSE(1KB)
----README.md(1KB)
----pom.xml(4KB)
----.gitignore(122B)