Top Level Namespace
Defined Under Namespace
Modules: Algolia
Constant Summary collapse
- RUBY_ENGINE =
work-around a limitation from nahi/httpclient, using the undefined RUBY_ENGINE constant
'ruby1.8'
Instance Method Summary collapse
-
#json ⇒ Object
———————————————————————-.
Instance Method Details
#json ⇒ Object
Ruby client for algolia.com A quick library for playing with algolia.com’s REST API for object storage. Thanks to Sylvain Utard for the initial version of the library
7 |
# File 'lib/algoliasearch.rb', line 7 require 'json' |