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/tools/commands.ex
defmodule MyspaceIPFS.Api.Tools.Commands do
@moduledoc """
MyspaceIPFS.Api.Commands is where the commands commands of the IPFS API reside.
"""
import MyspaceIPFS
def commands, do: post_query("/commands")
def completion(shell), do: post_query("/commands/completion/" <> shell)
end