refresh_ionet_models: refresh_ionet_models: Manually refresh the cached model list from io.net API
Description
This function forces a refresh of the model list cache by fetching
the current models from the io.net API. Use this if you suspect the model list
has changed and you want to update immediately rather than waiting for the
1-hour cache to expire.
if (FALSE) {
# Refresh model list from API current_models <- refresh_ionet_models()
# Refresh silently current_models <- refresh_ionet_models(verbose = FALSE)
}