class NotionRuby::API::Databases::Proxy
Public Instance Methods
query(params)
click to toggle source
# File lib/notion_ruby/api/databases.rb, line 7 def query(params) connection.post("#{path_prefix}/query", params).body end