• Lists Posts from the given Room slug

    Parameters

    • roomSlug: string

    Returns Promise<{
        contentModels: DeviceApi.DSR.PostContent[];
    }>