class Feathr::Api::ApiTokenRefresh
Public Instance Methods
refresh!(token)
click to toggle source
# File lib/feathr/api/api_token_refresh.rb, line 7 def refresh!(token) query = { token: token } client.request(method: :post, path: api_path, query: query) end