useTapServer reads one procedure call under.
Parameters
installId
string
name
string
input
unknown
filters
TapFilters
Returns
unknown[]
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Builds the cache key useTapServer reads one procedure call under.
function procedureQueryKey(
installId,
name,
input,
filters
): unknown[];
useTapServer reads one procedure call under.
string
string
unknown
TapFilters
unknown[]
import { procedureQueryKey } from '@tappify/extension-sdk';
const key = procedureQueryKey('ins_test', 'getSummary', { days: 7 }, {
range: { from: '2026-09-01', to: '2026-09-08' },
platform: 'all',
country: 'all',
});
Was this page helpful?