Some clients use the custom salesforce functionality like apexrest endpoints. They use different requests in different basePath which started from services/apexrest/ when salesforce component using only path with service/data/.
We need to figure out if we can implement apexrest functionality into our component without losing the current functionality of the component.
Other Feature Request
Description
Some clients use the custom salesforce functionality like apexrest endpoints. They use different requests in different basePath which started from
services/apexrest/
when salesforce component using only path withservice/data/
. We need to figure out if we can implement apexrest functionality into our component without losing the current functionality of the component.