Informatica-EIC / REST-API-Samples

This repository contains Java samples for EIC REST API. For instructions on running the samples, see the Readme files in the java directory.
MIT License
24 stars 32 forks source link

new methods for APIUtils to reduce/remove hard-coding for utilities etc #5

Closed darren-wrigley closed 6 years ago

darren-wrigley commented 6 years ago

new methods for APIUtils - to reduce/remove hard-coding for utilities etc

these are useful when creating customer-facing scripts/utilities - so they can pass in the url, id, pwd to initialize the API & to prompt the user for a password if they do not want to store it either in the code or pass on the command-line in free-text

setupOnce(String url, String uid, String pwd) getPassword()