I am using third-party service to run my IPFS nodes.
Until now, I was using ipfs-http-client to auth and connect to those nodes and be able to add my content to it.
ipfs-http-client now shows a big deprecated sign so I would like to migrate to Helia.
Problem is I do not find any indication how to do that. Helia seems to be centered around "running your own node", which is something that is of no interest to me right now.
I want to be able to connect to an existing IPFS node (with my credentials too!) and be able to do my IPFS tasks (pin, unpin, ...) against it.
How can we achieve that with the current library?!