Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 498 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 498 Bytes

kinvest-go

korea investment client library for Go (inspired by open-trading-api)

Installation

go get github.com/gobenpark/kinvest-go

Usage

cli := NewKinvest(&Config{
    AppKey:    AppKey,
    SecretKey: SecretKey,
    Imitation: false,
    Customer:  Person,
    Token:     Token,
    Account:   "",
})

// Do something
client...