class Fluent::GoogleChatClient::WebApi

GoogleChat client

Public Instance Methods

post_message(params = {}) click to toggle source

Sends a message to a space.

# File lib/fluent/plugin/google_chat_client.rb, line 84
def post_message(params = {})
  log.info { "out_google_chat: post_message #{params}" }
  post(params)
end