js-kubo-rpc-client icon indicating copy to clipboard operation
js-kubo-rpc-client copied to clipboard

A client library for the Kubo RPC API

Results 64 js-kubo-rpc-client issues
Sort by recently updated
recently updated
newest added

Bumps [blob-to-it](https://github.com/achingbrain/it) from 2.0.7 to 2.0.8. Release notes Sourced from blob-to-it's releases. blob-to-it-2.0.8 blob-to-it-v2.0.8 (2025-03-06) Bug Fixes update project config (7cb826e) Trivial Changes update to the latest aegir release (#131)...

dependencies

https://github.com/ipfs/js-kubo-rpc-client/blob/1ab7941819dd1a48df653ee159e6983608e72132/src/dag/index.ts#L225 Getting the following error in https://github.com/ipfs/ipfs-webui/pull/2323 when using direct kubo-rpc-client types: `Argument of type 'ReadableStream' is not assignable to parameter of type 'Iterable | AsyncIterable | AsyncIterable | Iterable'.ts(2345)`...

P2
good first issue
help wanted
status/ready

Have looked for examples and code snippets but can't figure out how to programmatically retrieve data from IPFS using `.get` methods. Have had to revert to HTTP `fetch` with `node-fetch`...

P2
dif/trivial
good first issue
help wanted
kind/enhancement
kind/support
status/ready
topic/docs

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.3 to 17.0.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=17.0.3&new-version=17.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@multiformats/multiaddr](https://github.com/multiformats/js-multiaddr) from 12.3.5 to 12.4.0. Release notes Sourced from @​multiformats/multiaddr's releases. v12.4.0 12.4.0 (2025-02-20) Features add fromTuples and fromStringTuples methods (#397) (c9058ab) Changelog Sourced from @​multiformats/multiaddr's changelog. 12.4.0 (2025-02-20)...

dependencies

Bumps [kubo](https://github.com/ipfs/npm-kubo) from 0.29.0 to 0.33.1. Commits 89e40a3 0.33.1 5d3906b 0.33.0 d82b03f 0.33.0-rc3 91a64a2 0.33.0-rc2 013fb27 0.33.0-rc1 1ab8d62 0.32.1 15b7127 0.32.0 37a1ff6 0.32.0-rc2 3c4d8c2 0.32.0-rc1 ba5dcf1 0.31.0 Additional commits viewable...

dependencies

I found that while I _can_ use the non-streaming variant of the IPNS resolve API, it's neither straight-forward nor agreeable to typescript: ```typescript for await (const result of kuboClient.name.resolve(ipns, {...

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.4 to 21.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=17.0.4&new-version=21.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [delay](https://github.com/sindresorhus/delay) from 6.0.0 to 7.0.0. Release notes Sourced from delay's releases. v7.0.0 Breaking Require Node.js 20 19fdb59 Improvements Add support for unlimited delays 8f9d742 https://github.com/sindresorhus/delay/compare/v6.0.0...v7.0.0 Commits 29edc4c 7.0.0 19fdb59...

dependencies
javascript

Using v6.0.2 of kubo-rpc-client and 0.38.1 of the kubo docker container. NOTE: the 'mv' command which works if I pre-create the directories ahead of time. ## Error ``` file does...