notion-client 1.1.1

A Rust client library for the Notion API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "type": "text",
    "text": {
        "content": "Some words ",
        "link": null
    },
    "annotations": {
        "bold": false,
        "italic": false,
        "strikethrough": false,
        "underline": false,
        "code": false,
        "color": "default"
    },
    "plain_text": "Some words ",
    "href": null
}