1.0.1 • Published 3 years ago

lc-interviews v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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);
1.0.1

3 years ago

1.0.0

3 years ago