NotionElixir.build_client
You're seeing just the function
build_client
, go back to NotionElixir module for more information.
Specs
build_client(opts :: options()) :: Tesla.Client.t()
Build a client for re-use over requests
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"