Hello,
Is there a way I can transfer my APIs from the API service to another one of my applications without having to recreate it manually?
Sincerely,
Elijah
Hello,
Is there a way I can transfer my APIs from the API service to another one of my applications without having to recreate it manually?
Sincerely,
Elijah
Hi Elijah,
How is your API implemented? Is it Codeless or JS?
Mark
Codeless
It is possible. The first step is to copy the service directory from one application to the other. The service directory is located in the Files storage of your app at:
/root/servercode/CODELESS/[SERVICE DEPLOYMENT MODEL NAME]/DRAFT
where [SERVICE DEPLOYMENT MODEL NAME] is the name of your service’s deployment model.
Once the directory is copied, you need to navigate to the Coding section in the target app:
In that section, you will need to select CODELESS and locate the deployment model. Click the Save and Deploy All icon to deploy the service.
IMPORTANT: It is recommended to make a backup of your files to avoid any loss of functionality.
Regards,
Mark
Thank you!