class Lavin::Httpclient::Permission

Defined in:

endpoint/permission.cr

Constant Summary

ENDPOINT = "/api/permissions"

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(user : String, vhost : String, configure : String, read : String, write : String) #

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

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

[View source]