Sha256: 7b65effe160bc8f456129ebf3dcc4b9c78efc6ae6efbcaa5f5acf14eca69545f

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

module Notion
  module Operations
    module Search
      def search(body)
        RequestClient.active_client.post("/v1/search", body: body.to_json)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notion-sdk-ruby-0.4.0 lib/notion-sdk-ruby/operations/search.rb