def self.
path(account_id : String) : String
#
def self.
uri(account_id : String) : URI
#
def
create(account_id : String, **params, &)
#
def
create(account_id : String, **params) :
Item
#
def
delete(account_id : String, id : String, &)
#
def
delete(account_id : String, id : String) :
Item
#
def
fetch(account_id : String, id : String, &)
#
def
fetch(account_id : String, id : String) :
Item
#
def
list(account_id : String, **params, &)
#
def
list(account_id : String, **params) :
List
#
def
replace(account_id : String, __ id : String, **params, &)
#
def
replace(account_id : String, __ id : String, **params) :
Item
#