Class: Utter::Service

Inherits:
Internals::Service 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.

Method Summary

Methods inherited from Internals::Service

#route