Marcin Rataj
Marcin Rataj
> lease have a look at the discussion for proper url scheme : [ipfs/go-ipfs#1678](https://github.com/ipfs/go-ipfs/issues/1678) @wighawag oops, the issue you linked is from 2015, we need to update it. FYSA since...
Hm.. `Content-Location` may not be the header for the job. iiuc the `Content-Location` is tied to HTTP layer specifics too much. Provides key for HTTP caching, especially around `POST` and...
@SgtPooki mind pushing this over the finish line? it needs some typescript definitions to pass CI
Adding a note that we want to tackle this AFTER we clean up and rename GO and JS libraries, tracked in: - `go-kubo-rpc-client` (https://github.com/ipfs/kubo/issues/9124) - `js-kubo-rpc-client` (https://github.com/ipfs/kubo/issues/9125)
@RubenKelevra no need to write the whole thing, it is perfectly fine if you only write sections that you care about (even if it is only chunker) and open a...
You are requesting raw block via `/api/v0/block/get`, the bytes you see is in [dag-pb](https://ipld.io/specs/codecs/dag-pb/spec/) format. I agree the documentation is confusing, that is a bug in our doc generator. I...
I agree, what is missing is providing the `./tools/http-docs-api` generator with information about returned structures. My 2 cents are that to ensure we have meaningful docs, this should be: -...
Gateway specification is published: - https://github.com/ipfs/specs/tree/main/http-gateways#readme and we now have separate pages about Kubo RPC and HTTP Gateway APIs: - https://docs.ipfs.tech/reference/http/api/ - https://docs.ipfs.tech/reference/http/gateway/ - https://docs.ipfs.tech/reference/kubo/rpc/ It is a good time...
@johnnymatthews @2color i'm around to brainstorm / review if anyone has bandwidth to work on this
I think this is part of a bigger "import parameters that impact the final CID" story described in #1176