struct Cryflare::AccountAccessRule::Endpoint

Included Modules

Defined in:

cryflare/account_access_rule/endpoint.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(client : Cryflare) #

[View source]

Class Method Detail

def self.path(account_id : String) : String #

[View source]
def self.uri(account_id : String) : URI #

[View source]

Instance Method Detail

def create(account_id : String, **params, &) #

[View source]
def create(account_id : String, **params) : Item #

[View source]
def delete(account_id : String, id : String, &) #

[View source]
def delete(account_id : String, id : String) : Item #

[View source]
def fetch(account_id : String, id : String, &) #

[View source]
def fetch(account_id : String, id : String) : Item #

[View source]
def list(account_id : String, **params, &) #

[View source]
def list(account_id : String, **params) : List #

[View source]
def update(account_id : String, __ id : String, **params, &) #

[View source]
def update(account_id : String, __ id : String, **params) : Item #

[View source]