Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement API client #1

Closed
ariel17 opened this issue Mar 6, 2023 · 0 comments
Closed

Implement API client #1

ariel17 opened this issue Mar 6, 2023 · 0 comments

Comments

@ariel17
Copy link
Owner

ariel17 commented Mar 6, 2023

We’ll be hitting http://www.football-data.org/ API (you can see the documentation in the site, use
the API v4) to populate the data locally and then expose it.

League code is given as input.

The data we’re importing is:
● Competition ("name", "code", "areaName")
● Team ("name", "tla", "shortName", "areaName", "address")
● Player ("name", "position", "dateOfBirth", "nationality")
● Coach(“name”, “dateOfBirth”, “nationality”) (import that data even if the values are null)

ariel17 added a commit that referenced this issue Mar 6, 2023
@ariel17 ariel17 closed this as completed in c283341 Mar 6, 2023
ariel17 added a commit that referenced this issue Mar 7, 2023
ariel17 added a commit that referenced this issue Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant