Download yogaglo stats
// Change the cookie information to your cookie which can be got from fiddler or any http proxy | |
var wc = new WebClient(); | |
wc.Headers.Add("X_AUTHENTICATION_TOKEN","LBi9REOX6hwCM2HWPfqDGM9EI6KWnoR1GxXFYSu9hmo="); | |
wc.Headers.Add("Accept","application/json"); | |
wc.Headers.Add("Cookie","sec cookie"); | |
var result = await wc.DownloadStringTaskAsync("https://www.yogaglo.com/api/v4/histories?limit=50"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment