Skip to main content

sow-and-delta-paginated

Import the Client and Command:

import { Client, Command } from 'amps';

Constructing the command:

const subCmd = new Command('sow_and_delta_subscribe').topic(topic).orderby('/id DESC').options('oof,no_empties,top_n=20,skip_n=20');

The command can now be used in execute.