Why is there no /api/v0/swarm/connect
command in the API?
#121
-
I am new to IPFS and trying to understand some thing, so I might be understanding things wrong. However, it seems like using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's a TODO stub for this: rust-ipfs-api/ipfs-api-prelude/src/api.rs Line 2292 in d2b88b2 The way the library is structured, this shouldn't be too difficult to add if it follows the general convention of the other API calls. Feel free to open an issue or open a PR. Initially, this project was mostly driven by a personal project I had started, which is now defunct, so I am mostly relying on contributions to add new features. Thanks! |
Beta Was this translation helpful? Give feedback.
There's a TODO stub for this:
rust-ipfs-api/ipfs-api-prelude/src/api.rs
Line 2292 in d2b88b2
The way the library is structured, this shouldn't be too difficult to add if it follows the general convention of the other API calls.
Feel free to open an issue or open a PR. Initially, this project was mostly driven by a personal project I had started, which is now defunct, so I am mostly relying on contributions to add new features. Thanks!