lib/cid.ex

defmodule MyspaceIPFS.Cid do
  @moduledoc """
  MyspaceIPFS.Api.Cid is where the cid commands of the IPFS API reside.
  """

  # CID COMMANDS
  # FIXME: not implemented yet.
end