NotionElixir.Database.get

You're seeing just the function get, go back to NotionElixir.Database module for more information.

Specs

get(obj :: String.t()) :: {:ok, t()} | {:error, any()}

Get a database object by ID from the API

Specs

get(client :: Tesla.Client.t(), obj :: String.t()) ::
  {:ok, t()} | {:error, any()}

Get a database object by ID from the API using the provided client