Method: ESI::UserInterfaceApi#post_ui_openwindow_contract

Defined in:
lib/esi-client-bvv/api/user_interface_api.rb

#post_ui_openwindow_contract(contract_id, opts = {}) ⇒ nil

Open Contract Window Open the contract window inside the client —

Parameters:

  • The contract to open

  • (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :datasource (String)

    The server name you would like data from (default to tranquility)

  • :token (String)

    Access token to use if unable to set a header

Returns:



108
109
110
111
# File 'lib/esi-client-bvv/api/user_interface_api.rb', line 108

def post_ui_openwindow_contract(contract_id, opts = {})
  post_ui_openwindow_contract_with_http_info(contract_id, opts)
  return nil
end