Ask a Question
Microservice Requester
about 2 years ago by Eva Ramirez
To make a request from a microservice to another microservice, I saw that we should use the microservice Requester, but in the method Requester.request, the body is of type object but this is very abstract. I tried making a string json with my parameters but it's not working. Can you give us a proper way/data struture on how to do that?