struct Haystack::Split::Endpoint
Included Modules
Defined in:
haystack/split/endpoint.cr
Class Method Summary
Instance Method Summary
-
#add_account(id : Int, **params, &)
-
#add_account(id : Int, **params) : Item
-
#create(**params, &)
-
#create(**params) : Item
-
#fetch(id : Int, &)
-
#fetch(id : Int) : Item
-
#list(**params, &)
-
#list(**params) : List
-
#remove_account(id : Int, **params, &)
-
#remove_account(id : Int, **params) : Item
-
#update(id : Int, **params, &)
-
#update(id : Int, **params) : Item
-
#update_account(id : Int, **params, &)
-
#update_account(id : Int, **params) : Item
Class Method Detail
Instance Method Detail
def
add_account(id : Int, **params, &)
#
def
add_account(id : Int, **params) :
Item
#
def
create(**params, &)
#
def
create(**params) :
Item
#
def
fetch(id : Int) :
Item
#
def
list(**params) :
List
#
def
remove_account(id : Int, **params, &)
#
def
remove_account(id : Int, **params) :
Item
#
def
update(id : Int, **params, &)
#
def
update(id : Int, **params) :
Item
#
def
update_account(id : Int, **params, &)
#
def
update_account(id : Int, **params) :
Item
#