Function request_subscriptions

  • Performs an asynchronous request to fetch subscriptions and update the state with the result

    Parameters

    • options: {
          live?: boolean;
      }

      Object describing filter and ordering.

      • Optional live?: boolean

    Returns Promise<Results<Subscription>>