Sha256: f03befb6fc620e36f760a690ffdf1378faefc9381d0d274cf14b54a6b4f2b4b3

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

require "ink_file_picker/version"

require "active_support/all"
require "ink_file_picker/errors"

module InkFilePicker
  extend ActiveSupport::Autoload

  autoload :Assignable
  autoload :Configuration
  autoload :FileHandle
  autoload :UrlBuilder
  autoload :Response
  autoload :Client
  autoload :Policy

  # Public: Creates a new Ink File Picker Client.
  #
  # configuration - configuration for the client with an API key
  #
  # Returns InkFilePicker::Client
  def self.client(configuration)
    Client.new configuration
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ink_file_picker-0.0.3 lib/ink_file_picker.rb
ink_file_picker-0.0.2 lib/ink_file_picker.rb
ink_file_picker-0.0.1 lib/ink_file_picker.rb