lc-interviews
v1.0.1
Published
Code to be shared with candidates interviewing for Liferay Cloud.
Downloads
2
Readme
lc-interviews
Code to be shared with candidates interviewing for Liferay Cloud.
Deployment Library
For the Services API challenge you'll be given this library to work with.
import { DeploymentLibrary } from 'lc-interviews';
// Deploys the given service.
DeploymentLibrary.deploy(service);
// Gets the current deployment status of the given service.
DeploymentLibrary.getDeploymentStatus(serviceId);