void OnAPIDownloaded(string parsedApi) { cardDBEntries = CardDB.ParseApi(parsedApi); OnApiParsed(); }