Class: MixinBot::BotAuth
- Inherits:
-
Object
- Object
- MixinBot::BotAuth
- Defined in:
- lib/mixin_bot/bot_auth.rb
Overview
Bot platform request signing (parity with Go BotAuthClient).
Defined Under Namespace
Class Method Summary collapse
- .new_client(api, cache: MapCache.new) ⇒ Object
- .new_default_client(api, cache: MapCache.new) ⇒ Object
- .new_map_cache ⇒ Object
Class Method Details
.new_client(api, cache: MapCache.new) ⇒ Object
63 64 65 |
# File 'lib/mixin_bot/bot_auth.rb', line 63 def self.new_client(api, cache: MapCache.new) Client.new(api, cache:) end |