This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Use CoreAPI within Unixfs().Get()
#11
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
Stebalien
added
the
kind/enhancement
A net-new feature or improvement to an existing feature
label
Mar 26, 2019
Hello @Stebalien so please try to explain more and I will work on it. |
This issue is about refactoring go-ipfs-http-client/apifile.go Lines 228 to 231 in 6062f4d
That way, we don't need to re-implement decoding ls here: go-ipfs-http-client/apifile.go Lines 147 to 196 in 6062f4d
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, this directly invokes the
ls
HTTP API endpoint but that means we need to duplicate some logic. It would be nice if we could just callUnixfs().Ls()
and use that.The text was updated successfully, but these errors were encountered: