Replies: 3 comments 3 replies
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
@geoand
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a service which fetches the data from different clients. The request and response contracts are same for both the clients. But difference is the base url on which they exposes the apis to fetch the details.
Is there any way to call the specific client APIs based on the tenantId we are receiving in header from same RestClient.
TENANT_ONE - Client 1 - url - http://client1.com/data/
TENANT_TWO - Client 2 - url - http://client2.com/data/
Please assist here.
Beta Was this translation helpful? Give feedback.
All reactions