Method: NotionRubyMapping::NotionCache#retrieve_comments_request
- Defined in:
- lib/notion_ruby_mapping/controllers/notion_cache.rb
#retrieve_comments_request(block_id, query) ⇒ Object
237 238 239 |
# File 'lib/notion_ruby_mapping/controllers/notion_cache.rb', line 237 def retrieve_comments_request(block_id, query) request :get, retrieve_comments_path(block_id), (query&.query_json || {}) end |