@jellyfin/sdk
    Preparing search index...

    Function UserViewsApiAxiosParamCreator

    • UserViewsApi - axios parameter creator

      Parameters

      Returns {
          getGroupingOptions: (
              userId?: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getUserViews: (
              userId?: string,
              includeExternalContent?: boolean,
              presetViews?: CollectionType[],
              includeHidden?: boolean,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • getGroupingOptions: (userId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getUserViews: (
            userId?: string,
            includeExternalContent?: boolean,
            presetViews?: CollectionType[],
            includeHidden?: boolean,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>