I need to display players' statistic on a page. The API's documentation is here https://developers.footbar.com/docs/reference/Most of the data are just text, so am I just going to need text elements on the page?
1 comment
Comments (1)
Commenting on this post isn't available anymore. Contact the site owner for more info.
Typically with API's you get back data in the form of an array that would be displayed with a repeater. If the data is a single item then directly populating with elements on the page would be the way to go.
Hi Jazner,
Thanks for your question.
Typically with API's you get back data in the form of an array that would be displayed with a repeater. If the data is a single item then directly populating with elements on the page would be the way to go.
Best,
Eitan