token base auth_token has to be added for the dynamic customer requests.
setter is initialized auth_token=
https://github.com/7urkm3n/pcloud/blob/main/lib/pcloud.rb#L10
This method can be updated for returning client itself and token such as [self, auth_token]
or add a new method to return auth hash storing it.
token base
auth_tokenhas to be added for the dynamic customer requests.setter is initialized
auth_token=https://github.com/7urkm3n/pcloud/blob/main/lib/pcloud.rb#L10
This method can be updated for returning client itself and token such as
[self, auth_token]or add a new method to return auth hash storing it.