class Lavin::Httpclient::Exchange

Defined in:

endpoint/exchange.cr

Constant Summary

ENDPOINT = "/api/exchanges"

Constructors

Class Method Summary

Constructor methods inherited from class Lavin::Httpclient::Model

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.all(vhost : String) #

[View source]
def self.all #

[View source]
def self.create_or_update(name : String, vhost : String, etype : String, auto_delete : Bool = false, durable : Bool = false, internal : Bool = false, delayed : Bool = false, arguments : Hash(String, String | UInt32) = Hash(String, String | UInt32).new) #

[View source]
def self.delete(name : String, vhost : String) #

[View source]
def self.get(name : String, vhost : String) #

[View source]