Module: Utter

Defined in:
lib/utter.rb,
lib/utter/service.rb,
lib/generators/utils/tips.rb,
lib/generators/ext_gem_generator.rb,
lib/generators/domain_gem_generator.rb,
lib/generators/service_gem_generator.rb,
lib/generators/auth_consumer_ext_gem_generator.rb,
lib/generators/project_container_gem_generator.rb

Overview

require ‘net/http’ #TODO not needed as calling other services is done in Utter Domain Extensions, Net::HTTP.get(‘example.com’, ‘/index.html’) # => String

Defined Under Namespace

Modules: Auth, Generators, Utils Classes: Context, Ext, Service, Stack

Constant Summary collapse

VERSION =

MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backwards-compatible manner PATCH version when you make backwards-compatible bug fixes.

"1.0.23"