Packages
A pretty good Kubo IPFS RPC API client for Elixir.
Retired package: Deprecated - Replaced by ex_ipfs
Current section
Files
Jump to
Current section
Files
lib/api/advanced/name.ex
defmodule MyspaceIPFS.Api.Advanced.Name do
@moduledoc """
MyspaceIPFS.Api.Name is where the name commands of the IPFS API reside.
"""
import MyspaceIPFS
def publish(path), do: post_query("/name/publish?arg=" <> path)
def resolve, do: post_query("/name/resolve")
end