| Invalid Date
字数 0阅读时长 1 分钟
A linked view of the test database is placed at the bottom of this page. A link to the method reference is provided at the end of the description.
  1. Preparation (instance → self.instance → NotionCache, create_client → create_client(notion_token, wait: 0.1))
    1. Retrieve a database (find → self.find(id, dry_run: false))
      1. Obtain properties (properties → )
        1. Query database without filter (query_database → )
          1. Count all_pages (Enumerable → each { |item| ... } → self each → Enumerator)
            1. Obtain all page title (Enumerable → each { |item| ... } → self each → Enumerator, title → title → String)
              1. Query database with filter (query_database → , filter_equals → , ascending → ascending(property) )
                1. Count select3_pages (Enumerable → each { |item| ... } → self each → Enumerator)
                  1. Obtain select3_pages title (Enumerable → each { |item| ... } → self each → Enumerator, title → title → String)
                    1. Obtain the first page (Enumerable → each { |item| ... } → self each → Enumerator)
                      1. Obtain the multi_select_names of the page (properties → , multi_select_names → multi_select_names → Array)
                         
                         
                        Sample table
                        Sample table
                         
                        Loading...
                        目录