Download Deployment
When accessing the deployed API in Canvas, the user also has the option to download its corresponding source code onto their local system. This download comprises four distinct sections, which are as follows:

App
This section of the download will consist of contents ranging from access files to API codes pertaining to deployed API.

yaml and Docker file
The second file in the download is the yaml that serves as configuration file that defines various aspects of setup and environment for deploying API in the docker.

The third file in the download is the Docker extension that consists of commands to build image and execute code pertaining to running API within the docker environment.

Requirements
The last and fourth section of the download is a text file comprising of required library for deployment and execution of API.

Last updated