twinlab.list_campaigns#
- twinlab.list_campaigns(verbose=False, debug=False)[source]#
List campaigns
List campaigns that have been completed to the twinLab cloud.
- Parameters:
verbose (bool, optional) – Optional. Determining level of information returned to the user.
- Return type:
- Returns:
list
Examples
import twinlab as tl campaigns = tl.list_campaigns() print(campaigns)
Deprecated since version 2.5.0: The twinLab Python client version v1 will be deprecated imminently. Please upgrade to the latest version of the twinLab Python client. Avaible at https://pypi.org/project/twinlab/.