to_object_async#

async classmethod Release.to_object_async(response)[source]#

Asynchronously parses the FRED API response and returns a list of Release objects.

Parameters:

response (Dict) – The FRED API response.

Returns:

A list of Release objects.

Return type:

List[Release]

Raises:

ValueError – If the response does not contain the expected data.