Dear Experts,
We have a restful API (POST) which have basic authentication (username and password) and some query parameters with type string .
I can test the API in the postman and it working fine . What I need is writing a jave code which allow me to call this API from my custom java application .
I found many links but I got confused . please advise .
I’m working on Jdeveloper 12.2.1.4 and I’m using jersy jax rs2 .
Thanks in advance