Module: Koala

Defined in:
lib/koala.rb,
lib/koala/oauth.rb,
lib/koala/utils.rb,
lib/koala/version.rb,
lib/koala/rest_api.rb,
lib/koala/graph_api.rb,
lib/koala/test_users.rb,
lib/koala/http_service.rb,
lib/koala/uploadable_io.rb,
lib/koala/batch_operation.rb,
lib/koala/graph_batch_api.rb,
lib/koala/graph_collection.rb,
lib/koala/realtime_updates.rb,
lib/koala/multipart_request.rb

Defined Under Namespace

Modules: Facebook, HTTPService, NetHTTPService, TyphoeusService, Utils Classes: KoalaError, MultipartRequest, Response, UploadableIO

Constant Summary collapse

VERSION =
"1.2.1"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.http_serviceObject

Returns the value of attribute http_service.



116
117
118
# File 'lib/koala.rb', line 116

def http_service
  @http_service
end

Class Method Details

.make_request(path, args, verb, options = {}) ⇒ Object



131
132
133
# File 'lib/koala.rb', line 131

def self.make_request(path, args, verb, options = {})
  http_service.make_request(path, args, verb, options)
end