Meilisearch.Keys (meilisearch v0.20.0) View Source

Collection of functions used to retrieve public and private key information.

MeiliSearch Documentation - Keys

Link to this section Summary

Functions

Get public and private key information.

Link to this section Functions

Specs

Get public and private key information.

Example

iex> Meilisearch.Keys.get()
{:ok,
  %{
    "private" => "abcdefghijklmnopqrstuvwxyz1234567890",
    "public" => "1234567890abcdefghijklmnopqrstuvwxyz"
  }
}