File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ A Ruby client for the Notion API.
2020 - [ Create a Database] ( #create-a-database )
2121 - [ Update a Database] ( #update-a-database )
2222 - [ Retrieve a database] ( #retrieve-a-database )
23- - [ List databases] ( #list-databases )
2423 - [ Pages] ( #pages )
2524 - [ Retrieve a page] ( #retrieve-a-page )
2625 - [ Create a page] ( #create-a-page )
@@ -241,24 +240,6 @@ client.database(database_id: 'e383bcee-e0d8-4564-9c63-900d307abdb0')
241240
242241See the full endpoint documentation on [ Notion Developers] ( https://developers.notion.com/reference/retrieve-a-database ) .
243242
244- #### List databases
245-
246- List all [ Databases] ( https://developers.notion.com/reference-link/database ) shared with the authenticated integration.
247-
248- ``` ruby
249- client.databases_list # retrieves the first page
250-
251- client.databases_list(start_cursor: ' fe2cc560-036c-44cd-90e8-294d5a74cebc' )
252-
253- client.databases_list do |page |
254- # paginate through all databases
255- end
256- ```
257-
258- See [ Pagination] ( #pagination ) for details about how to iterate through the list.
259-
260- See the full endpoint documentation on [ Notion Developers] ( https://developers.notion.com/reference/list-databases ) .
261-
262243### Pages
263244
264245#### Retrieve a page
You can’t perform that action at this time.
0 commit comments