Hi,
I have an Apps10 integration project involving several interconnected applications, and IFS is one of them. The interfaces use REST APIs.
As part of the deployment of these interfaces, I have a request to manage versions of the REST APIs so that they can identify the version number of the interface in the url and activate one or the other.
Has anyone ever had to manage different versions in an IFS API? Is there a way to do it?
for example :
<url>/main/ifsapplications/projection/v1/CommissionReceiverGroupsHandling.svc/CommissionReceiverGroups
<url>/main/ifsapplications/projection/v2/CommissionReceiverGroupsHandling.svc/CommissionReceiverGroups
<url>/main/ifsapplications/projection/v2.1/CommissionReceiverGroupsHandling.svc/CommissionReceiverGroups
Thank you
Fabrice