Method: ApiClient#fetch_account_projects

Defined in:
lib/uffizzi/clients/api/api_client.rb

#fetch_account_projects(server, account_id) ⇒ Object



62
63
64
65
66
67
# File 'lib/uffizzi/clients/api/api_client.rb', line 62

def (server, )
  uri = (server, )
  response = http_client.make_get_request(uri)

  build_response(response)
end