NotionElixir.Database.list_databases

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

Specs

list_databases() :: {:ok, [t()]} | {:error, any()}

List all database object from the API using the provided client

Specs

list_databases(client :: Tesla.Client.t()) :: {:ok, [t()]} | {:error, any()}

List all database object from the API using the provided client