Class: MaxApiClient::BotsApi
- Defined in:
- lib/max_api_client/raw_api.rb,
sig/max_api_client.rbs
Overview
Raw bot profile endpoints.
Constant Summary
Constants inherited from BaseApi
MaxApiClient::BaseApi::HTTP_METHODS
Instance Method Summary collapse
-
#edit_my_info(**extra) ⇒ Object
rubocop:enable Naming/AccessorMethodName.
-
#get_my_info ⇒ Object
rubocop:disable Naming/AccessorMethodName.
Methods inherited from BaseApi
Constructor Details
This class inherits a constructor from MaxApiClient::BaseApi
Instance Method Details
#edit_my_info(**extra) ⇒ Object
rubocop:enable Naming/AccessorMethodName
43 44 45 |
# File 'lib/max_api_client/raw_api.rb', line 43 def edit_my_info(**extra) patch("me", body: extra) end |
#get_my_info ⇒ Object
rubocop:disable Naming/AccessorMethodName
38 39 40 |
# File 'lib/max_api_client/raw_api.rb', line 38 def get_my_info get("me") end |