Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 936 Bytes

WhaleAPI SDK for C

longportwhale provides an easy-to-use interface for invokes WhaleAPI.

Quickstart

Install WhaleAPI SDK

Download C SDK

Setting environment variables(MacOS/Linux)

export LONGPORT_APP_KEY="App Key get from user center"
export LONGPORT_APP_SECRET="App Secret get from user center"
export LONGPORT_ACCESS_TOKEN="Access Token get from user center"

Setting environment variables(Windows)

setx LONGPORT_APP_KEY "App Key get from user center"
setx LONGPORT_APP_SECRET "App Secret get from user center"
setx LONGPORT_ACCESS_TOKEN "Access Token get from user center"

License

Licensed under either of