Options
All
  • Public
  • Public/Protected
  • All
Menu

A definition for a service that allows the retrieval of user-set values.

Hierarchy

  • DataHub

Implemented by

Index

Methods

Methods

fetchValue

  • fetchValue(user: string, value: string): Promise<string>
  • Retrieve a value that a user has set.

    Parameters

    • user: string

      The user who's data set we wish to search.

    • value: string

      This should be 'key'. It is the data we wish to search for.

    Returns Promise<string>

Generated using TypeDoc