Hi,
in my mind comes an idea of a panel-field that is able to download information on request. this information then should be usable in the panel.
exactly i’m thinking of a field, where i can request on a button press my last (for example) 5 activities posted on strava.com. after that, i want to select one of these activities in the panel for downloading the gpx- and picture-files to use them on the current page.
there is an api of strava to communicate with. everything is possible via curl. so it is possible to interact directly via php (and also there are some php resources outthere to communicate with strava.)
it is possible to get most data in json format.
Is there any plugin or any feature in kirby, that is doing anything similar? (button to download data, then display data in panel, use data to go on) I would like to take a look into such a plugin to get an idea of how this could be done.
thx a lot