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
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.
The text was updated successfully, but these errors were encountered:
For this task, I would like you to:
Things to watch out for:
Optional Tasks - Only if you have time within the two hours.
The text was updated successfully, but these errors were encountered: