Question
TechM
IN
Last activity: 18 Nov 2019 1:58 EST
Need to consume Rest with same service name but with different Service url's
Need to consume rest with same service name but with different service URL's as below. Do I go ahead by consume each service URL seperately or what is the better way to handle this?
Below are the example service url's:
https://192.xx..xx.xx:1234/api/v1/a
https://192.xx.xx.xx:1234/api/v1/a/b
https://192.xx.xx.xx:1234/api/v1/a/b/result
https://192.xx.xx.xx:1234/api/v1/d
https://192.xx.xx.xx:1234/api/v1/d/p
https://192.xx.xx.xx:1234/api/v1/d/p/update
***Moderator Edit-Vidyaranjan: Masked IP addresses***