Skip to content

Fix: Ensure File Argument 'key' is Provided in kubo-rpc-client #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

george-hub331
Copy link

Description

This PR addresses the issue where the key argument for files is incorrectly required, resolving #144. The implementation follows the IPFS documentation to ensure correct handling.

Changes

Fixed the bug that caused the "file argument 'key' is required" error.
Adjusted the implementation to align with IPFS API expectations.
Successfully tested the fix via RPC calls.

Blockers

Encountered a conflict between the current type changes in the KuboRPCClient interface on the repo and the version published on npm, preventing unit test execution.
Despite this, manual testing through RPC confirmed the fix works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant