Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Call ¶
Call 은 업비트 API 서버로 요청을 보낸다. https://docs.upbit.com/docs/create-authorization-request
응답은 map[string]interface{}, []map[string]interface{} 중에 하나이므로 받아온 이후에는 변환이 필요하다.
배열을 전달할 때는 주의해야 한다. 구조체를 정의할때 필드에 대해 `url:,numbered" 옵션을 주어야 한다.
type QuotationClient ¶
func (*QuotationClient) Call ¶
func (qc *QuotationClient) Call(url string, v interface{}) (interface{}, error)
Call 은 업비트 API 서버로 요청을 보내되, Quotation API 에 한하여 보내도록 한다.
type WebsocketClient ¶
func NewWebsocketClient ¶
func NewWebsocketClient(t string, codes []string, isOnlySnapshot, isOnlyRealtime bool) (*WebsocketClient, error)
Click to show internal directories.
Click to hide internal directories.