class IPFS::Commands::Cat

Public Class Methods

call(client, node) click to toggle source
# File lib/ipfs/commands/cat.rb, line 6
def self.call(client, node)
  HTTP.get("#{client.api_url}/cat?arg=#{node}&stream-channels=true").to_s
end