to_object_async#
- async classmethod Tag.to_object_async(response)[source]#
Asynchronously parses the FRED API response and returns a list of Tags objects.
- Parameters:
response (Dict) – The FRED API response.
- Returns:
A list of Tag objects.
- Return type:
List[Tag]
- Raises:
ValueError – If the response does not contain the expected data.