Variable: metricsMethods
constmetricsMethods:object
Defined in: src/api/handlers/xrpc/metrics/index.ts:31
Metrics XRPC methods keyed by NSID.
Type declaration
pub.chive.metrics.getMetrics
readonlygetMetrics:XRPCMethod<QueryParams,void,OutputSchema> =getMetrics
pub.chive.metrics.getTrending
readonlygetTrending:XRPCMethod<QueryParams,void,OutputSchema> =getTrending
pub.chive.metrics.getViewCount
readonlygetViewCount:XRPCMethod<QueryParams,void,OutputSchema> =getViewCount
pub.chive.metrics.recordDownload
readonlyrecordDownload:XRPCMethod<void,InputSchema,OutputSchema> =recordDownload
pub.chive.metrics.recordDwellTime
readonlyrecordDwellTime:XRPCMethod<void,InputSchema,OutputSchema> =recordDwellTime
pub.chive.metrics.recordSearchClick
readonlyrecordSearchClick:XRPCMethod<void,InputSchema,OutputSchema> =recordSearchClick
pub.chive.metrics.recordSearchDownload
readonlyrecordSearchDownload:XRPCMethod<void,InputSchema,OutputSchema> =recordSearchDownload
pub.chive.metrics.recordView
readonlyrecordView:XRPCMethod<void,InputSchema,OutputSchema> =recordView