Example #1
0
 public async Task <List <Region> > GetRegions()
 {
     return((await speedrunApi.Regions()).data);
 }