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

Hi everyone, I just find a bug in the key `import` method while trying it for one of my project. I have the following error using kubo v0.28.0 : `Uncaught...

./node_modules/undici/lib/web/fetch/util.js Module parse failed: Unexpected token (874:57) | // 5. If object is not a default iterator object for interface, | // then throw a TypeError. > if (typeof this...

Bumps [it-glob](https://github.com/achingbrain/it) from 2.0.7 to 3.0.1. Release notes Sourced from it-glob's releases. it-glob-3.0.1 it-glob 3.0.1 (2024-04-25) Bug Fixes re-export the Options type from fast-glob (#128) (0dd90a0) Trivial Changes release: 3.0.1...

dependencies

The `swarm.connect` function should take an argument `multiaddrOrPeerId` that can be `Multiaddr | PeerId`. However, it complains when receiving a PeerId: `HTTPError: failed to parse multiaddr "12D3KooWBusr11HGqzKu6C789vFWibV4DoTBiwZi7N5Gtkepsp9v": must begin with...

**TL;DR** A failing `kubo1.dag.get(cid)` triggers error in `kubo2.pubsub.subscribe()` . ---- I have two Kubo RPC instances: ```typescript // create RPC client only for dag fetch const kubo1: KuboRPCClient = create({...

This is a feature request to support connecting to local Kubo RPC API with a more efficient protocol than http1. Could be simply unix sockets or http2.

Hey y'all. We've used this library with different NodeJS versions, and on the 20 LTS version, kubo-rpc-client throws timeout errors frequently whenever an RPC function is called. You don't have...

The `create` function is too generic, it often clashes with other functions so export a copy with a more obvious name.

## Steps to reproduce - Configure a new TypeScript project with `kubo-rpc-client` as dependency and the following `tsconfig.json`: ```json "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "Node16", } ``` (`NodeNext`...

## Problem Users of `ipfs-http-client` from js-ipfs have docs like this: https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md Users of `kubo-rpc-client` have no such resource. Automatically generated docs only describe constructor ## Solution TBD. Can we...

P0
need/triage