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