struct Lester::Instance::File::Endpoint

Included Modules

Defined in:

lester/instance/file/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Lester) #

[View source]

Instance Method Detail

def create(instance_name, path, content, user_id = nil, group_id = nil, permissions = nil, type = nil, write_mode = nil, project = nil, &) #

[View source]
def create(instance_name : String, path : String, content, user_id : Int32 | Nil = nil, group_id : Int32 | Nil = nil, permissions : Int32 | Nil = nil, type : Type | Nil = nil, write_mode : WriteMode | Nil = nil, project : String | Nil = nil) : Operation::Item #

[View source]
def delete(instance_name, path, project = nil, &) #

[View source]
def delete(instance_name : String, path : String, project : String | Nil = nil) : Operation::Item #

[View source]
def fetch(instance_name, path, destination = nil, **params, &) #

[View source]
def fetch(instance_name : String, path : String, destination = nil, **params) : Item #

[View source]
def uri(instance_name) : URI #

[View source]