Method: ApiClient#create_project
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#create_project(server, account_id, params) ⇒ Object
105 106 107 108 109 110 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 105 def create_project(server, account_id, params) uri = create_projects_uri(server, account_id) response = http_client.make_post_request(uri, params) build_response(response) end |