Module: OutsideIn
- Defined in:
- lib/outside_in.rb,
lib/outside_in/tag.rb,
lib/outside_in/base.rb,
lib/outside_in/story.rb,
lib/outside_in/category.rb,
lib/outside_in/location.rb,
lib/outside_in/resource/base.rb,
lib/outside_in/resource/query_params.rb,
lib/outside_in/resource/story_finder.rb,
lib/outside_in/resource/location_finder.rb
Defined Under Namespace
Modules: Resource Classes: ApiException, Base, Category, ForbiddenException, Location, NotFoundException, QueryException, ServiceException, SignatureException, Story, Tag
Constant Summary collapse
- HOST =
The API service host
'hyperlocal-api.outside.in'- VERSION =
The current version of the API (not the version of the SDK!)
'1.1'- @@logger =
That which logs. Use
OutsideIn.loggerandOutsideIn.logger=to access. Defaults toWARN. Logger.new(STDOUT)
- @@key =
The developer key used to identify who is making the API request. Use
OutsideIn.keyandOutsideIn.key=to access. nil- @@secret =
The shared secret used to sign the API request. Use
OutsideIn.secretandOutsideIn.secret=to access. nil