You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2025. It is now read-only.
The url for the returned Json in the MonkeysViewModel file is not loading as expected. When I copy the link and paste it in a browser, I am getting error message as per attached. I am seeing similar results for the other MonkeyApp from James's samples from his Github samples(Latest revisions). Find below the url link referred to here for your sample.
var json = await Client.GetStringAsync("https://montemagno.com/monkeys.json");
The interesting observation is the link from David Britch's github page is loading monkey app record. Please verify the above on your end.