Method: ApiClient#check_credential
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#check_credential(server, account_id, type) ⇒ Object
77 78 79 80 81 82 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 77 def check_credential(server, account_id, type) uri = check_credential_uri(server, account_id, type) response = http_client.make_get_request(uri) build_response(response) end |