public async Task Init()
    {
        _bootstrap = await _client.getBootstrapStatic();

        _live = await _client.getLiveData(_gameweek);

        _fixtures = await _client.GetFixtures(_gameweek);
    }
Example #2
0
 public void clear()
 {
     footballers.Clear();
     footballerDetails.Clear();
     entries.Clear();
     liveData.Clear();
     leagueEntriesAndMatches = null;
     bootstrapStatic         = null;
     standings = null;
 }