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
// public static String BASE_URL = "https://skyapi.website/api/";
public static String BASE_URL = "https://www.baf.mil.bd/coronainfo/api/";
public static String TOKEN="5FJktjS6WWhYL7Ku2WeUBHhVuUFxLmnfHypMurvpUfEWe8T3fVzXE9ZFg7wpzrktMhkQRpFGAh5huQUXJ2HLGmHnEZYvft9jAYvNcTkE2eMfdkap3kR9jJcucbj98CKn";
public static String BASE_WISE_KEY = "basewisetotal?api_token="+TOKEN;
public static String TODAY_KEY = "today?api_token="+TOKEN;
public static String YESTREDAY_KEY = "yesterday?api_token="+TOKEN;
public static String API_KEY = "";
public static String COUNTRY_API="https://coronavirus-19-api.herokuapp.com/countries/bangladesh";