Sha256: 704633c0d17155316c4ab7c80c92f503b9a3f3c4ba569f4b9414915b9f7db432

Contents?: true

Size: 227 Bytes

Versions: 29

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

module Typesense
  class Debug
    RESOURCE_PATH = '/debug'

    def initialize(api_call)
      @api_call = api_call
    end

    def retrieve
      @api_call.get(RESOURCE_PATH)
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
typesense-3.0.0.rc1 lib/typesense/debug.rb
typesense-2.1.0 lib/typesense/debug.rb
typesense-2.1.0.rc2 lib/typesense/debug.rb
typesense-2.1.0.rc1 lib/typesense/debug.rb
typesense-2.0.0 lib/typesense/debug.rb
typesense-1.1.0 lib/typesense/debug.rb
typesense-1.0.0 lib/typesense/debug.rb
typesense-0.15.0 lib/typesense/debug.rb
typesense-0.14.1 lib/typesense/debug.rb
typesense-0.14.0 lib/typesense/debug.rb
typesense-0.13.0 lib/typesense/debug.rb
typesense-0.12.0 lib/typesense/debug.rb
typesense-0.11.1 lib/typesense/debug.rb
typesense-0.11.0 lib/typesense/debug.rb
typesense-0.10.0 lib/typesense/debug.rb
typesense-0.9.0 lib/typesense/debug.rb
typesense-0.8.0 lib/typesense/debug.rb
typesense-0.8.0pre lib/typesense/debug.rb
typesense-0.7.0 lib/typesense/debug.rb
typesense-0.7.0.pre1 lib/typesense/debug.rb