Module: JPSClient::API::LarkChatGroup
- Included in:
- Client
- Defined in:
- lib/jpsclient/api/lark_chat_group.rb
Overview
LarkChatGroup 相关 API 自动生成的模块,处理 lark_chat_group 相关接口
Instance Method Summary collapse
-
#get_search(params: {}) ⇒ Hash
Get Search.
Instance Method Details
#get_search(params: {}) ⇒ Hash
Get Search
11 12 13 14 15 16 17 18 |
# File 'lib/jpsclient/api/lark_chat_group.rb', line 11 def get_search(params: {}) config = @request_config && @request_config["lark_chat_group_search"] raise JPSClient::ExceptionError, "Missing config for lark_chat_group_search" unless config && config["url"] path = config["url"] return request_with_auth(:get, path, params: params) end |