UNPKG

@sclt/program-seed

Version:

Seed data

9 lines (7 loc) 232 B
module.exports = async function getEntry(name, id, source = 'content-manager') { const { data } = await this.Strapi({ method: 'get', url: `content-manager/explorer/${name}/${id}?source=${source}`, }); return data; };