I have been searching and reading the Rad Server docs. I have even emailed tech support with out much help, but I am trying to find a way to version my resources (end points) in the Embarcadero Rad Server.
We are running Rad Server 10.3.1 and EMS server in Apache on a Windows server.
We are starting to have breaking changes in our end points and need newer versions of our applications to access newer versions of the API, while having older versions of the apps access older versions. I have tried to setup something like
https://www.example.com/api/V1/scheduler_appointments
https://www.example.com/api/V2/scheduler_appointments
However, when I start the apache server, it complains about
"Exception":"EPackageError","Message":"Cannot load package 'MyBPL.'"
And it complains about the "Used" units as already contained in the first package.
Has anybody been able to run multiple versions of their BPL resource files in Rad Server? Thanks