Hi, I am trying to write a Client API and following quick start guide here[1]. But the initialization of AiravataAPI has changed in the later releases and has different parameters than a hash map as specified in the document.
AiravataAPI airavataAPI = AiravataClientUtils.getAPI(config); //config is HashMap here Therefore in the new "getAPI()" method what are the parameters listed as : String gateway, String alternativeUser, PasswordCallback callback [1] https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+Client+Quickstar<https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+Client+Quickstart> t Thanks, Nipuni -- Nipuni Piyabasi Perera Undergraduate Department of Computer Science And Engineering University of Moratuwa Sri Lanka
