class JsonClient::Show::Request

Public Instance Methods

fetch() click to toggle source
# File lib/json_client/show.rb, line 4
def fetch
  client.get url, params: auth_params
end