HomeBriefsController

protocol HomeBriefsController : Sendable

Controller for fetching home briefs.

  • Fetches an AsyncSequence of pages of home briefs with the given page size.

    Declaration

    Swift

    @available(*, deprecated, message: "This API is experimental and is subject to change.")
    func stream(pageSize: UInt) throws -> PagedHomeBriefsStream