Sha256: 2c50493db07b5d94ff8758ce3fbf60e4c148ea63254b51c31853f0ffbd24da1e

Contents?: true

Size: 489 Bytes

Versions: 8

Compression:

Stored size: 489 Bytes

Contents

class Kookaburra
  # This class currently exists only so that, in documentation, we can refer to
  # the generic APIDriver rather than the specific {Kookaburra::JsonApiDriver},
  # which is currently the only implementation. Once another APIDriver
  # implementation is added to Kookaburra, anything it has in common with
  # {Kookaburra::JsonApiDriver} should be factored up into this class.
  #
  # @abstract Subclass and provide an API client implementation
  class APIDriver
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kookaburra-0.18.2 lib/kookaburra/api_driver.rb
kookaburra-0.18.1 lib/kookaburra/api_driver.rb
kookaburra-0.18.0 lib/kookaburra/api_driver.rb
kookaburra-0.17.1 lib/kookaburra/api_driver.rb
kookaburra-0.17.0 lib/kookaburra/api_driver.rb
kookaburra-0.16.1 lib/kookaburra/api_driver.rb
kookaburra-0.16.0 lib/kookaburra/api_driver.rb
kookaburra-0.15.1 lib/kookaburra/api_driver.rb