kuon icon indicating copy to clipboard operation
kuon copied to clipboard

Which is better, GetSearch or Search ?

Open hppRC opened this issue 5 years ago • 1 comments

anaconda using

res, _ := GetSearch("", nil)

hppRC avatar May 29 '20 07:05 hppRC

Now

let api = kuon::TwitterAPI::new()
let res = api.search("query");

hppRC avatar May 31 '20 17:05 hppRC