rusticnotion 0.5.2

Notion Offical API client library for rust, maintained fork.
Documentation
{
  "object": "block",
  "id": "00e8829a-a7b8-4075-884a-8f53be145d2f",
  "created_time": "2022-05-13T20:08:00.000Z",
  "last_edited_time": "2022-05-13T20:08:00.000Z",
  "created_by": {
    "object": "user",
    "id": "e2507360-468c-4e0f-a928-7bbcbbb45353"
  },
  "last_edited_by": {
    "object": "user",
    "id": "e2507360-468c-4e0f-a928-7bbcbbb45353"
  },
  "has_children": true,
  "archived": false,
  "type": "callout",
  "callout": {
    "rich_text": [
      {
        "type": "text",
        "text": {
          "content": "Test callout",
          "link": null
        },
        "annotations": {
          "bold": false,
          "italic": false,
          "strikethrough": false,
          "underline": false,
          "code": false,
          "color": "default"
        },
        "plain_text": "Test callout",
        "href": null
      }
    ],
    "icon": {
      "type": "emoji",
      "emoji": "💡"
    },
    "color": "green"
  }
}