For this task, I would like you to:
- Use the docs on https://www.football-data.org/ to create an integration for football-data.org. Use the free tier.
- Pull in data on your favourite team, their recent scores and the league they are in. Feel free to change the endpoints available to suit your needs, using the swagger page to test the endpoints calling your integration.
Things to watch out for:
- Any rate limiting or offsets that might be required.
- Limiting how much data you are pulling in one call, e.g. only one season max.
Optional Tasks - Only if you have time within the two hours.
- Add in interfaces to align with SOLID methods.
- Add in unit tests.
- Feel free to add any other endpoints on our side so you can display data for any other football data you're interested in.
For this task, I would like you to:
Things to watch out for:
Optional Tasks - Only if you have time within the two hours.