We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9e7cd commit 0222835Copy full SHA for 0222835
src/Endpoints/Block.php
@@ -29,18 +29,6 @@ public function children(): BlockCollection
29
return $this->collectChildren();
30
}
31
32
- // /**
33
- // * Retrieve block children (as raw json-data)
34
- // * url: https://api.notion.com/{version}/blocks/{block_id}/children
35
- // * notion-api-docs: https://developers.notion.com/reference/get-block-children
36
- // *
37
- // * @return array
38
- // */
39
- // public function childrenRaw(): array
40
- // {
41
- // return $this->collectChildren()->getRawResults();
42
- // }
43
-
44
private function collectChildren(): BlockCollection
45
{
46
$response = $this->get(
0 commit comments