Calling external api using JsonClient #7301
Unanswered
rhemasystems
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Please am using
JsonClient
from serenity endpoint to call an external api as below:it works perfectly except that Serenity doesnt wait for the external call to be completed before executing other codes in the endpoint class.
Even if I use
ServiceResponse
, its still the samePlease is there something I am missing here.
Beta Was this translation helpful? Give feedback.
All reactions