module Paperdrive::Client::UserSettings
Instance methods related to UserSettings
to embed into Paperdrive::Client
arguments are compatible with the Pipedribe API.
Public Instance Methods
current_user_settings(**args)
click to toggle source
- GET
-
List settings of authorized user
@see developers.pipedrive.com/docs/api/v1/#!/UserSettings/get_userSettings @return [Paperdrive::Response]
# File lib/paperdrive/client/user_settings.rb, line 18 def current_user_settings(**args) params = parameters(args) do optional_params end request(:get, 'userSettings', params) end