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 fetch_account_projects(server, account_id) uri = account_projects_uri(server, account_id) response = http_client.make_get_request(uri) build_response(response) end |