solarforecastarbiter.io.fetch.arm.request_arm_file_list

solarforecastarbiter.io.fetch.arm.request_arm_file_list(user_id, api_key, datastream, start, end)[source]

Make an http request to the ARM live API for filenames between start and end.

Parameters:
  • user_id (string) – ARM user id.
  • api_key (string) – ARM live API access token.
  • datastream (string) – Name of the datastream to query for files.
  • start (datetime) – Beginning of period for which to request data.
  • end (datetime) – End of period for which to request data.
Returns:

dict – The json response parsed into a dictionary.