Method: ApiClient#create_credential
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#create_credential(server, account_id, params) ⇒ Object
119 120 121 122 123 124 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 119 def create_credential(server, account_id, params) uri = credentials_uri(server, account_id) response = http_client.make_post_request(uri, params) build_response(response) end |