I am a beginner to data science and starting my learning journey using Apache Zeppelin and Spark.
My idea was to play with the English Premier League's Fantasy league api (url = 'https://fantasy.premierleague.com/api/bootstrap-static/') and do some analysis/data manipulation on the data retrieved from the API.
I have been trying to make a GET request to this endpoint (using Scala) in a new zeppelin note but however I cannot, I tried to use this script
but nothing was returned.
I would appreciate any help on how to get data back from this endpoint using Scala and/or my approach to the problem. Thank You.