Hierarchy

  • Organizers

Constructors

Properties

routeCancelSubscription: Route = ...
routeCreateOrganizer: Route = ...
routeCreateSubscription: Route = ...
routeCurrentSubscription: Route = ...
routeDeleterOrganizer: Route = ...
routeGetSubscriptions: Route = ...
routeListOrganizers: Route = ...
routeRemoveUserFromRoleWithOganizer: Route = ...
routeSetUserToRoleWithOganizer: Route = ...
routeSingleSubscription: Route = ...
routeUpdateOrganizer: Route = ...
routeViewOrganizer: Route = ...

Methods

  • Cancles subscription.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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>

  • Creates an organizer account.

    See

    Organizers Create - 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>

  • Creates subscription for organizer account.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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>

  • Deletes organizer account.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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>

  • Retrieves the information pertaining to current subscription.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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>

  • Show a list organizer associated with the current JSON Web Token.

    See

    Organizers List - 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>

  • Retrieves subscription information from organizer account.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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 an account from a role for the current organizer account.

    See

    Organizers Remove Account From Role - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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>

  • Set a user's role for how much access they will have on the platform.

    See

    Organizers Set Role - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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 information to an organizer account.

    See

    Organizers Update Organizer - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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 the information pertaining to a single organizer account.

    See

    Organizers View Organizer - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • 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 the information pertaining to subscription.

    Todo

    Needs documentation.

    Returns

    Returns a promise from Axios.

    Parameters

    • organizer_id: string

      The id of the organizer account.

    • subscription_id: string

      The id of subscription.

    • 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