Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchIndexKey

Class representing an API key for Algolia Search Indexes.

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional applicationId

applicationId: string

Application ID for Algolia Search Index API key.

Optional id

id: string

Unique id generated on creation.

Optional key

key: string

API key for Algolia Search Indexes.

Optional type

type: string

Type of Search API Key.

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Generated using TypeDoc