UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

9 lines (8 loc) 259 B
var request = require( '../helpers/request' ); module.exports = { getBoarding: function( clientId ) { return request.frontApiRequest( 'GET', 'api/boarding/' + clientId ).then( function( resp ) { return resp.body; } ); } };