ImpectAPI / impectR

An R package to facilitate interaction with the Impect customer API
Other
2 stars 0 forks source link

Switch from regular country name to FIFA country name #25

Closed Flosch1006 closed 1 week ago

Flosch1006 commented 1 week ago

Several endpoints use some form of country name. Currently the true country name is used in the package. In a recent release, the FIFA country name was added to the API. This information should replace the simple country name.

Examples:

Country Name: Wales FIFA Country Name: United Kingdom

Country Name: Monaco FIFA Country Name: France

Flosch1006 commented 1 week ago

Resolved by #27