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

Since:

  • 1.0

'hyperlocal-api.outside.in'
VERSION =

The current version of the API (not the version of the SDK!)

Since:

  • 1.0

'1.1'
@@logger =

That which logs. Use OutsideIn.logger and OutsideIn.logger= to access. Defaults to WARN.

Since:

  • 1.0

Logger.new(STDOUT)
@@key =

The developer key used to identify who is making the API request. Use OutsideIn.key and OutsideIn.key= to access.

Since:

  • 1.0

nil
@@secret =

The shared secret used to sign the API request. Use OutsideIn.secret and OutsideIn.secret= to access.

Since:

  • 1.0

nil