Football Web Pages APEX application
In the last article, we created a simple APEX application fetching data about English football from the Football Web Pages site which provides an authenticated REST API. However, all I really want to do is to quickly look at Kingstonian’s forthcoming fixtures for the next month. Fortunately, there is an FWP API providing that information. Endpoint: https://football-web-pages1.p.rapidapi.com/fixtures-results.json Matches - The current list of matches for a competition/team The following parameters may be set: comp - The ID of the competition (note: one of “comp” or “team” is required) team - The ID of the team (note: one of “comp” or “team” is required) We already have created an APEX report listing all the available Competitions (including the numeric ID values) so it would be useful to have a similar report listing all the Teams....