Tag#

class fedfred.objects.Tag(name, group_id, created, popularity, series_count, notes=None, client=None)[source]#

Bases: object

A class used to represent a Tag.

Parameters:

Methods#

Tag.__init__

Tag.to_object

Parses the FRED API response and returns a list of Tag objects.

Tag.to_object_async

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

Attributes#

Tag.client

Tag.notes

Tag.related_tags

Get the related tags associated with this tag.

Tag.series

Get the series associated with this tag.

Tag.name

Tag.group_id

Tag.created

Tag.popularity

Tag.series_count