struct Haystack::Subaccount::Endpoint

Included Modules

Defined in:

haystack/subaccount/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 create(**params, &) #

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

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

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

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

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

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

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

[View source]