Test Reports
HTML
<ezyhire-render id="app-container"></ezyhire-render>
on Page Load:
$ezyhire.renderEzyhire('app-container', {
// Component - Which component to render
component: 'reportList',
// apiKey
apiKey: 'your_api_key',
// Report callback URL - on what URL you want to show report
reportCallbackUrl: 'https://your-web-app.com/report',
// Callback what will happen on view report action
viewReportCallback: viewReport
});