module Paperdrive::Client::UserConnections
Instance methods related to UserConnections
to embed into Paperdrive::Client
arguments are compatible with the Pipedribe API.
@see developers.pipedrive.com/docs/api/v1/#!/UserConnections
Public Instance Methods
all_user_connections(**args)
click to toggle source
- GET
-
Get all user connections
@see developers.pipedrive.com/docs/api/v1/#!/UserConnections/get_userConnections @return [Paperdrive::Response]
# File lib/paperdrive/client/user_connections.rb, line 18 def all_user_connections(**args) params = parameters(args) do optional_params end request(:get, 'userConnections', params) end