struct Cryflare::AccountRole::Endpoint

Included Modules

Defined in:

cryflare/account_role/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 fetch(account_id : String, id : String, &) #

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

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

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

[View source]