Current section

Files

Jump to
notion_api lib object block.ex
Raw

lib/object/block.ex

defmodule Notion.Object.Block do
@moduledoc """
A block object represents content within Notion. Blocks can be text, lists, media, and more. A page is a type of block, too!
https://developers.notion.com/reference/block
"""
end