Module macrobond_data_api.web.web_types.data_package_list_state

Classes

class DataPackageListState (value, names=None, *, module=None, qualname=None, type=None, start=1)

The statate of the subscription list.

Ancestors

  • enum.IntEnum
  • builtins.int
  • enum.Enum

Class variables

var FULL_LISTING

A complete listing of all series. Make another request for full data at some point after timestamp in downloadFullListOnOrAfter.

var INCOMPLETE

The list might not contain all updates. Wait one minute and then use the timeStampForIfModifiedSince in an a new request.

var UP_TO_DATE

The list contains all updates since the specified start date. Wait 15 minutes before making another request where timeStampForIfModifiedSince is used.