Class: IPFS::Commands::PinRm
- Inherits:
-
Object
- Object
- IPFS::Commands::PinRm
- Defined in:
- lib/ipfs/commands/pin_rm.rb
Class Method Summary collapse
Class Method Details
.call(client, node, recursive:) ⇒ HTTP::Response
10 11 12 |
# 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 |