Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 450 Bytes

@liferaycloud/interview-libs

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 '@liferaycloud/interview-libs';

// Deploys the given service.
DeploymentLibrary.deploy(service);

// Gets the current deployment status of the given service.
DeploymentLibrary.getDeploymentStatus(serviceId);