Tag#

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

Bases: object

A class used to represent a Tag.

Parameters:
  • name (str)

  • group_id (str)

  • created (str)

  • popularity (int)

  • series_count (int)

  • notes (str | None)

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#