Skip to main content

VisitsStorageApi

Home > @backstage/plugin-home > VisitsStorageApi

This is an implementation of VisitsApi that relies on a StorageApi. Beware that filtering and ordering are done in memory therefore it is prudent to keep limit to a reasonable size.

Signature:

class VisitsStorageApi implements VisitsApi 

Implements: VisitsApi

Methods

MethodModifiersDescription
create(options)static
list(queryParams)Returns a list of visits through the visitsApi
save(saveParams)Saves a visit through the visitsApi