Zep.Project (Zep v1.0.0)

Copy Markdown View Source

Project-level settings for the API key currently in use (the project the key was issued under).

Summary

Functions

Returns settings for the current project.

Updates settings for the current project (e.g. :name).

Functions

get(client_or_opts)

@spec get(Zep.Client.t() | keyword()) ::
  {:ok, Zep.Schemas.Project.t()} | {:error, term()}

Returns settings for the current project.

update(client_or_opts, opts \\ [])

@spec update(
  Zep.Client.t() | keyword(),
  keyword()
) :: {:ok, Zep.Schemas.Project.t()} | {:error, term()}

Updates settings for the current project (e.g. :name).