NotionElixir.get

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

get(request_path, opts \\ [])

View Source

Specs

get(request_path :: String.t(), opts :: options()) :: response()

Make a get request against the API

Options

  • :api_key - API key to use with the request.
  • :api_version - Version of the notion API
  • :base_url - API base url, defaults to "https://api.notion.com/v1"
Link to this function

get(client, request_path, opts)

View Source

Specs

get(client :: Tesla.Client.t(), request_path :: String.t(), opts :: options()) ::
  response()

Make a get request against the API using the supplied client