The function below is called every 3 seconds and looks like:
func fetchItems(){ let url = URL(string: itemUrl)! var request = URLRequest(url: url)