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

Dev base classes #35

Closed wonch002 closed 3 years ago

wonch002 commented 3 years ago

Please let me know if you would like me to add the example Add-Ons that I have for these classes, or if you would like me to make a seperate PR into master if/when this PR is approved.

@darren-wrigley

wonch002 commented 3 years ago

I ended up adding my examples of using these classes to generate useful results. That can be seen in EDCTools.py. For examples on using the methods in EDCTools.py, checkout examples/examples.py

darren-wrigley commented 3 years ago

apologies for the delay - i am working through a few small tests on your contribution - thx! one thing i probably need to add - is adding verify=False to the session +a line to disable warnings - so https connections will work, i tried that with a self signed site & also need to test with a https catalog using a proper certificate

wonch002 commented 3 years ago

@darren-wrigley That sounds good! I went ahead and set the verify attribute to False and updated the PR. Let me know if there are any other issues.