notion-client 1.1.1

A Rust client library for the Notion API
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "object": "user",
    "id": "d40e767c-d7af-4b18-a86d-55c61f1e39a4",
    "type": "person",
    "person": {
        "email": "avo@example.org"
    },
    "name": "Avocado Lovelace",
    "avatar_url": "https://secure.notion-static.com/e6a352a8-8381-44d0-a1dc-9ed80e62b53d.jpg"
}