//
pkg.gl
Category
github.com/hysuki/go-upbit
rest
package
0.0.7
Repository:
https://github.com/hysuki/go-upbit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
184 SLOC
#
Packages
client
Package client는 Upbit REST API 클라이언트의 기본 인터페이스를 정의하는 패키지입니다.
exchange
Package exchange는 Upbit 거래소 API와 관련된 기능을 제공합니다.
quotation
No description provided by the author
#
Functions
NewClient
NewClient는 새로운 Upbit REST API 클라이언트를 생성합니다.
#
Constants
BaseURL
REST API 기본 URL.
#
Structs
APIError
APIError는 Upbit API에서 반환하는 에러 정보를 나타냅니다.
ErrorResponse
ErrorResponse는 API 에러 응답을 나타냅니다.
#
Interfaces
Client
Client는 Upbit REST API와 상호작용하기 위한 메서드를 정의하는 인터페이스입니다.
TokenGenerator
TokenGenerator는 Upbit API 인증에 필요한 토큰을 생성하는 인터페이스입니다.