java-ipfs-http-client icon indicating copy to clipboard operation
java-ipfs-http-client copied to clipboard

A Java implementation of the HTTP IPFS API

Results 15 java-ipfs-http-client issues
Sort by recently updated
recently updated
newest added

怎么在返回的访问路径上加上文件名称啊,例如http://127.0.0.1:8080/ipfs/QmTGK9aXJsgw53eSa4CVG4zZSiDrK2mQg8Q5nVNtiYuFUR/文件名称

## How to: * Build all sources ``` bazel build //... ``` * Run all tests ``` bazel test //... ``` * Run the demo ``` bazel run //src/main/java/io/ipfs/api/demo:demo ```...

The Maven build is now configured so that Maven doesn't download the dependencies from either the Central repository or the Jitpack repository. Maven still needs the network to download its...

nohup ipfs daemon --enable-pubsub-experiment --enable-namesys-pubsub > nohup.out root@4b49ea53b543:~# cat nohup.out Initializing daemon... Kubo version: 0.18.1 Repo version: 13 System version: amd64/linux Golang version: go1.19.1 2023-05-04T06:33:14.126Z ERROR cmd/ipfs ipfs/daemon.go:406 Private networking...

I wonder what is the purpose of having two build systems (Ant and Maven) configured in the project? Maven is certainly more modern, and it offers automatic dependency management. However,...

v1.4.0 does not support java8

IMHO it would be useful to clarify the supported target Java Version on the README - and then enforce that on CI. In #214 @kevodwyer clarified @x-xoom that it's something...

While poking around and learning a bit more about what's what here, I noticed that [what's (currently) here](https://github.com/ipfs-shipyard/java-ipfs-http-client/tree/eb3e2c154995cea467c298a06dbf49e0d3195912/src/main/java/io/ipfs/api/cbor) appears to be the [same as this](https://github.com/ipld/java-ipld-cbor/tree/31292923d5cde4eb97c95871665a56188b49da2a/src/main/java/peergos/shared/cbor)? Perhaps we could replace forked...

With current Kubo ipfs version 0.33.2 running with https://github.com/ipfs-shipyard/java-ipfs-http-client/pull/236 options: ```sh $ mvn test (...) Running io.ipfs.api.APITest Tests run: 53, Failures: 0, Errors: 5, Skipped: 10, Time elapsed: 20.701 sec

Kubo must run with `--enable-pubsub-experiment` & and without `--mount`. @ianopolous merge?