class IPFS::Commands::PinRm

Public Class Methods

call(client, node, recursive:) click to toggle source

@return [HTTP::Response]

# File lib/ipfs/commands/pin_rm.rb, line 10
def self.call(client, node, recursive:)
  HTTP.get "#{client.api_url}/pin/rm?arg=#{node}&recursive=#{recursive}"
end