UNPKG

isatdatapro-microservices

Version:

A library for creating microservices to access Inmarsat's IsatData Pro satellite IoT system

17 lines (15 loc) 268 B
const getEntity = require('../src/services/getEntity'); const category = 'MessageReturn'; const filter = { include: {}, exclude: {}, options: { limit: 3, desc: '_ts', } }; /* (async () => { console.log(await getEntity(category, filter)); })(); //*/