We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to connect ipfs-api with public api
for Ex: let mut ipfs_client = IpfsClient::default(); ipfs_client.set_gateway("https://ipfs.io");
let mut ipfs_client = IpfsClient::default(); ipfs_client.set_gateway("https://ipfs.io");
The text was updated successfully, but these errors were encountered:
The URL you are using is regular HTTP domain. You're going to want to set a local node on your device. There is no write access to that domain.
Sorry, something went wrong.
No branches or pull requests
Is it possible to connect ipfs-api with public api
for Ex:
let mut ipfs_client = IpfsClient::default(); ipfs_client.set_gateway("https://ipfs.io");
The text was updated successfully, but these errors were encountered: