Hierarchy

  • Templates

Constructors

Properties

routeAddWidget: Route = ...
routeCreateTemplate: Route = ...
routeDeleteTemplate: Route = ...
routeGetOptionsWidget: Route = ...
routeListTemplate: Route = ...
routeListWidgets: Route = ...
routeRemoveWidget: Route = ...
routeSaveEventToTemplate: Route = ...
routeSetOptionsWidget: Route = ...
routeTemplateAddWidget: Route = ...
routeTemplateGetWidgets: Route = ...
routeTemplateRemoveWidget: Route = ...
routeTemplateSeMainImage: Route = ...
routeTemplateSetBackgroundImage: Route = ...
routeTemplateSetOverlayImage: Route = ...
routeTemplateSetWatermarkImage: Route = ...
routeTemplateSetWidgetPositioningOptions: Route = ...
routeTemplateUpdateWidget: Route = ...
routeUpdateTemplate: Route = ...
routeUpdateTemplateDesign: Route = ...
routeUpdateWidget: Route = ...
routeViewTemplate: Route = ...

Methods

  • Add a widget to the template and set which user roles will have access to the widget.

    See

    Templates Add Widgets - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Create a template that can used for live events.

    See

    Templates Create Template - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View a single template that been created.

    See

    Templates Delete Template - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Removes the widget from the template, and this will cause the widget to be removed from the screen.

    See

    Templates Remove Widgets - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • widget_id: string

      The id of widget.

    • Optional data: null | object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieves template data related to account.

    See

    Templates - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Return a list of configured options for the current template.

    See

    Templates Get Widget Position Options - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieves data for widgets for templates.

    See

    Templates Widgets - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Saves template for future events.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Sets position in the option selected

    See

    Templates Set Widget Position Options - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • option_id: string

      The id of option.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View a single template that been created.

    See

    Templates Update Template - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Updates design of template.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Update the settings for the current widget associated with the template.

    See

    Templates Update Widgets - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • widget_id: string

      The id of widget.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View a single template that been created.

    See

    Templates View Template - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • template_id: string

      The id of the template.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

Generated using TypeDoc