to_object_async#

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

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

Return type:

List[Element]

Parameters:

response (Dict)