Skip to main content

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

Hi,

The version number (v1) in the url path cannot be changed and it’s controlled by the framework. You will most likely have to rename your endpoints instead. You also cannot deploy different implementations of the same projection (e.g. CommissionReceiverGroupsHandling.projection) into the same installation

 


Reply