Skip to main content
Module

x/feoblog_client/mod.ts>ItemOffsetParams

a JavaScript client for feoblog written for Deno
Latest
interface ItemOffsetParams
import { type ItemOffsetParams } from "https://deno.land/x/feoblog_client@v0.7.0/mod.ts";

Specifies an offset from which to start streaming items.

Note: Currently, you should only specify before XOR after.

Properties

optional
before: number

timestamp in ms utc before which we want to query for items

optional
after: number

timestamp in ms utc after which we want to query for items

Note: server still returns items in batches that are reverse-chronologically ordered