Open vitoo opened 6 years ago
OK variable must be :
string API_PUBLIC_KEY = "x";
string API_PRIVATE_KEY = "x";
Now i wonder how to get json result :)
edit :
is this the correct way to do it ?
InstuctionOptions opt;
opt.signMessage = true;
string result = bittrex.callCurlPlataform(opt);
cout << result << "\n";
Hello, i can't build my app with your lib (i'm new to c++)
here is the ouptut :
And flag i've used with g++ :
-lcurl -lmysqlclient -ljsoncpp -lssl -lcrypto
sample of my code :
do you have a clue ?
Thank you