Esempio n. 1
0
        public static Model.JSON.Event[] DownloadPopularEvents(string sport)
        {
            var x = Smarkets.JsonWebHelper.Download <PopularEventsRootobject>(AddressBuilder.getPopularEvents(sport)).popular_event_ids;

            return(Smarkets.JsonWebHelper.Download <Events>(AddressBuilder.getEvents(x)).events.ToArray());
        }