jhagist
8 years agoNew Contributor III
Rest API Test For Completion
I have a pattern where I run a REST POST api call and then need to run a REST GET to see if the request has completed. I need to somehow loop back to run the REST GET again if it isn’t done.
Recommendations on how to handle this pattern?
I’m using IntelliJ and checked “Accept non-trusted certificates automatically” checkbox in Settings > Tools > Service Certificates. This allowed maven to download its needed files.