struct Haystack::Split::Endpoint

Included Modules

Defined in:

haystack/split/endpoint.cr

Class Method Summary

Instance Method Summary

Constructor methods inherited from module Haystack::Endpoint

new(client : Haystack) new

Class Method Detail

def self.uri : URI #

[View source]

Instance Method Detail

def add_account(id : Int, **params, &) #

[View source]
def add_account(id : Int, **params) : Item #

[View source]
def create(**params, &) #

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

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

[View source]
def fetch(id : Int) : Item #

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

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

[View source]
def remove_account(id : Int, **params, &) #

[View source]
def remove_account(id : Int, **params) : Item #

[View source]
def update(id : Int, **params, &) #

[View source]
def update(id : Int, **params) : Item #

[View source]
def update_account(id : Int, **params, &) #

[View source]
def update_account(id : Int, **params) : Item #

[View source]