class Lavin::Httpclient::Vhost

Defined in:

endpoint/vhost.cr

Constant Summary

ENDPOINT = "/api/vhosts"

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 #

[View source]
def self.create_or_update(name) #

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

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

[View source]
def self.purge_and_close_consumers(name : String, backup = false, backup_dir_name = "") #

[View source]