1.0.0 • Published 3 years ago

objective-interviews v1.0.0

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

objective-interviews

Code to be shared with candidates interviewing for Objective Solutions.

Deployment Library

For the Services API challenge you'll be given this library to work with.

import { DeploymentLibrary } from 'objective-interviews';

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

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