Class: Utter::Microservice

Inherits:
Internals::Microservice show all
Defined in:
lib/utter.rb

Overview

BASIC FEATURE TODO configuring an options {} to define if a microservice is public or private Public::Microservice can be used to provide a microservice that doesn’t require authentication. class Public::Microservice < Utter::Internals::Public::Microservice; end Private::Microservice can be used to provide a microservice that DOES require authentication.