module NotionRuby::API::Search
Public Instance Methods
search(params = {})
click to toggle source
# File lib/notion_ruby/api/search.rb, line 9 def search(params = {}) path_prefix = "/v1/search" connection.post(path_prefix, params).body end