I am doing a fantasy football site and I have ANGULAR on the front end and SPRING BOOT on the backend. Every Tuesday morning I want my scheduler to use the NFL API to retrieve the scores so I can update the database. I don't think I can use a scheduler w/ Angular? Is using a scheduler with Spring and making this API call the right approach? ALSO, if I do an API call, should I use Rest Template?
THANK YOU!