You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per @lidel we use endpoint option everywhere in ipfs-client, but then e.g. if user omits endpoint option go-ipfs will produce error with message "argument "url" is required", which can be very confusing for the user.
We should either change naming in go-ipfs as well from url to endpoint everywhere, or change it back to url in js-ipfs.
The text was updated successfully, but these errors were encountered:
Per @lidel we use
endpoint
option everywhere in ipfs-client, but then e.g. if user omits endpoint option go-ipfs will produce error with message "argument "url" is required", which can be very confusing for the user.We should either change naming in go-ipfs as well from url to endpoint everywhere, or change it back to
url
in js-ipfs.The text was updated successfully, but these errors were encountered: