Module: Utter

Defined in:
lib/utter.rb,
lib/internals/core/microservice.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

Classes: Microservice, Stack

Constant Summary collapse

VERSION =

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

"1.0.19"