API Dependencies
Sandbox dependencies
- Search npm packages and add them to the list of sandbox dependencies.
- You can choose the version of the npm package.
- Once the package is added user can use that package in the API code.
Secret keys
- Add secret key-value pairs here.
- When the API Maker user installs that third party API the user can add the secret keys in them secret.
- The API Maker user needs to select the bundle and API version. Then the keys are added in them secret.
- If the secret key is 'Is required' then the API Maker user must have to have provided that key in the secret.
Docker file
- While writing store API if store users require external packages other than npm they can mention it in the docker file.
- In the docker file, they can add another coding language, the operating system.