show_data_list

swpy.swds.request.show_data_list(url)

Print the list of data from the given URL, update the URL, and download the file. The URL is updated by appending the name of the table to it. When exit is entered, return 'None'. When undo is entered, return 'previous URL'. When skip is entered, return 'updated URL'. When download is entered, return 'URL', and when end time is entered, return 'updated URL'. The end time must be entered in the format YYYY-MM-DD. Otherwise, it will automatically be set to 7 days later.

Parameters

  • url (str) – URL containing the data to be fetched.
  • Returns

  • str – Updated URL or Previous URL / None