lib/smartsheet/endpoints/token/token.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/token/token.rb in smartsheet-1.0.0

- old
+ new

@@ -1,7 +1,11 @@ require 'digest' module Smartsheet + # Token Endpoints + # + # {#get} and {#refresh} do not require an existing token to call + # @see https://smartsheet-platform.github.io/api-docs/?ruby#token API Token Docs class Token attr_reader :client private :client def initialize(client) \ No newline at end of file