Class: Utter::Service
- Inherits:
-
Internals::Service
- Object
- Sinatra::Base
- Internals::Service
- Utter::Service
- 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.